
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.
@mskcc/analytics-plugin-splunk
Advanced tools
<!-- title: MSKCC Splunk Analytics Plugin description: Using the Splunk Analytics -->
Integration with MSKCC Splunk for analytics
For more information see the docs.
Install analytics and @mskcc/analytics-plugin-splunk packages
npm install analytics
npm install @mskcc/analytics-plugin-splunk
pnpm install analytics
pnpm install @mskcc/analytics-plugin-splunk
The @mskcc/analytics-plugin-splunk package works in the browser. To use,
install the package, include in your project and initialize the plugin with
analytics.
Below is an example of how to use the browser plugin. Export
// analytics.js
import MSKClickTracking from '@mskcc/analytics-plugin-splunk';
import Analytics from 'analytics';
export default Analytics({
app: 'app-name',
plugins: [
MSKClickTracking({
siteURL: process.env.SPLUNK_URL,
apiKey: process.env.SPLUNK_API,
}),
],
});
// app.js
import analytics from './analytics';
/* Track events */
analytics.track('Here is a test with NPM Analytic Module', {
testProperty: true,
});
FAQs
<!-- title: MSKCC Splunk Analytics Plugin description: Using the Splunk Analytics -->
We found that @mskcc/analytics-plugin-splunk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 5 open source maintainers 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.