
Research
/Security News
Weaponizing Discord for Command and Control Across npm, PyPI, and RubyGems.org
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
@knotel/intel
Advanced tools
React components for standardizing analytics implementation across Knotel apps
React components for standardizing analytics implementation across Knotel apps
yarn add @knotel/intel
In order to enable Heap Analytics in your app, you need to include the <IntelProvider />
component somewhere in your project, ideally in the root component. You must include both the environment you're running (local
, test
, stage
, or prod
), as well as your appName
. These props are used to correctly place the events you're sending in Heap.
import React, { Component } from 'react'
import { IntelProvider } from '@knotel/intel'
class App extends Component {
render () {
return (
<div>
<IntelProvider environmnet="local" appName="atlas" />
<MainPage />
</div>
)
}
}
There is also a function getIntelContent
that can be used to just get the script content, and just like IntelProvider
, it accepts two arguments, environment
and appName
. This function can be used when an app uses something other than react-helmet
to add tags to its head
(for example, next.js
uses its own Head
component).
MIT © nicholasalanbrown 0
FAQs
React components for standardizing analytics implementation across Knotel apps
The npm package @knotel/intel receives a total of 2 weekly downloads. As such, @knotel/intel popularity was classified as not popular.
We found that @knotel/intel demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 19 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.
Research
/Security News
Socket researchers uncover how threat actors weaponize Discord across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.
Security News
Socket now integrates with Bun 1.3’s Security Scanner API to block risky packages at install time and enforce your organization’s policies in local dev and CI.
Research
The Socket Threat Research Team is tracking weekly intrusions into the npm registry that follow a repeatable adversarial playbook used by North Korean state-sponsored actors.