
Security News
Axios Maintainer Confirms Social Engineering Attack Behind npm Compromise
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.
bifcore-sdk-nodejs
Advanced tools
Let developers can all use bifcore services more easily.
This is a Node.js module available through the npm registry.
Before installing, download and install Node.js. Node.js 6.0.0 or higher is required.
Installation is done using the
npm install command:
$ npm install bifcore-sdk-nodejs --save
Create bifcore-sdk-nodejs instance:
'use strict'
const BIFCoreSDK = require('bifcore-sdk-nodejs');
const sdk = new BIFCoreSDK({
host: 'http://test.bifcore.bitfactory.cn'
});
To run the test suite, first install the dependencies, then run npm test:
$ npm install
$ npm test
版权所有 2021 中国信息通信研究院工业互联网与物联网研究所
FAQs
bifcore sdk nodejs
We found that bifcore-sdk-nodejs 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.

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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.