
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@cronitorio/cronitor-rum
Advanced tools
A simple JavaScript library for Cronitor Real User Monitoring.
Run the following command to install in your project:
npm install @cronitorio/cronitor-rum
Or with yarn:
yarn add @cronitorio/cronitor-rum
You can now import, and use the client on your project.
import * as Cronitor from '@cronitorio/cronitor-rum';
// Load the Cronitor tracker once in your app
Cronitor.load('YOUR_CLIENT_KEY');
// This is how you record page views
Cronitor.track('Pageview');
// You can also trigger custom events
Cronitor.track('NewsletterSignup');
You can set any configuration options as follows:
import * as Cronitor from '@cronitorio/cronitor-rum';
// Load the Cronitor tracker once in your app
Cronitor.load('YOUR_CLIENT_KEY', {
debug: true,
environment: "staging",
includeURLQueryParams: ["tab", "pageNum"]
});
If you discover any issue regarding security, please disclose the information responsibly by emailing us at support@cronitor.io. Do NOT create a Issue on the GitHub repo.
Please check for any existing issues before opening a new Issue. If you'd like to work on something, please open a new Issue describing what you'd like to do before submitting a Pull Request.
See LICENSE.
FAQs
Official Cronitor RUM client (browser)
The npm package @cronitorio/cronitor-rum receives a total of 316 weekly downloads. As such, @cronitorio/cronitor-rum popularity was classified as not popular.
We found that @cronitorio/cronitor-rum 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.