
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.
@backand/nodejs-sdk
Advanced tools
Backand SDK for Node.js. This SDK enables you to communicate comfortably and quickly with your Backand app. It wraps the vanilla-sdk to allow easier work on projects involving Node.js.
To install the Node.js SDK, use the correct command for your dependency management platform:
Provider | Command |
---|---|
npm | $ npm i -S @backand/nodejs-sdk |
yarn | $ yarn add @backand/nodejs-sdk |
Use the following import statement to include the Node.js SDK in your project:
const backand = require('@backand/nodejs-sdk')
backand.init({
appName: 'APP_NAME',
anonymousToken: 'ANONYMOUS_TOKEN'
});
NOTE: All methods except init are asynchronous (return Promise) so if you want to see their output, you have to worry that your node will not exit before they finish to run. (See examples)
Review the full API reference at our vanilla-sdk's github to get started with your back end!
To view the demo, just run npm start - example page.
FAQs
Backand SDK for Node.js
We found that @backand/nodejs-sdk 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.
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.