Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
@exceptionless/angularjs
Advanced tools
This package provides native JavaScript support for AngularJS applications.
To use this package, your must be using ES6 and support ESM modules.
You can install Exceptionless either in your browser application using a script
tag, or you can use the Node Package Manager (npm) to install the package.
Add the following script tag at the very beginning of your page:
<script type="module" src="https://unpkg.com/@exceptionless/angularjs"></script>
npm install @exceptionless/angularjs --save
.<script type="module" src="node_modules/@exceptionless/angularjs/dist/index.bundle.js"></script>
exceptionless
angular module like this: angular.module("app", ["exceptionless"])
$ExceptionlessClient
and call startup during app startup.angular
.module("app", ["exceptionless"])
.config(function ($ExceptionlessClient) {
await $ExceptionlessClient.startup((c) => {
c.apiKey = "API_KEY_HERE";
c.defaultTags.push("Example", "JavaScript", "angularjs");
});
});
Once that's done, you can use the Exceptionless client anywhere in your app by
importing $ExceptionlessClient
followed by the method you want to use. For example:
await $ExceptionlessClient.submitLog("Hello world!");
Please see the docs for more information on configuring the client.
If you need help, please contact us via in-app support, open an issue or join our chat on Discord. We’re always here to help if you have any questions!
FAQs
JavaScript client for Exceptionless
The npm package @exceptionless/angularjs receives a total of 0 weekly downloads. As such, @exceptionless/angularjs popularity was classified as not popular.
We found that @exceptionless/angularjs demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.