
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Add the 'tealium-collect' module to send event data to the Tealium Collect endpoint (https://collect.tealiumiq.com/event) (Tealium's HTTP API.)
For full documentation, please see the Tealium Learning Community:
https://community.tealiumiq.com/t5/Mobile-Libraries/Tealium-for-Node-js/ta-p/21994
The tealium-collect module can be installed using npm. NPM will automatically include tealium module (which is a dependency.)
$ npm install tealium-collect
A simple "hello world" example
var Tealium = require('tealium');
var tealiumCollect = require('tealium-collect');
var config = {
"account": "##MY_ACCOUNT##",
"profile": "##MY_PROFILE##",
"datasource": "##MY_DATA_SOURCE_ID##"
};
var tealium = Tealium(config);
tealium.addModule(tealiumCollect);
// Call tealium.track for each event in your app. Include a data layer of key/value pairs.
tealium.track("My Event", {"mydata": "hello world"});
Use of this software is subject to the terms and conditions of the license agreement contained in the file titled "LICENSE.txt". Please read the license before downloading or using any of the files contained in this repository. By downloading or using any of these files, you are agreeing to be bound by and comply with the license agreement.
Copyright (C) 2018, Tealium Inc.
FAQs
The tealium.js for Node.js in an npm module form
The npm package tealium receives a total of 8,141 weekly downloads. As such, tealium popularity was classified as popular.
We found that tealium demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.