Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
neutrino-api-client-node
Advanced tools
Neutrino API Node.js client using the native HTTP library
The official API client and SDK built by NeutrinoAPI
Feature | |
---|---|
Platform Version | >= 10 |
HTTP Library | Native |
JSON Library | Native |
HTTP/2 | No |
HTTP/3 | No |
CodeGen Version | 4.6.16 |
First you will need a user ID and API key pair: SignUp
const neutrinoAPI = new NeutrinoAPIClient('<your-user-id>', '<your-api-key');
$ node src/examples/bad-word-filter.js
You can find examples of all APIs in src/examples/
Set the 'your-user-id' and 'your-api-key' values in the example to retrieve real API responses
$ npm install neutrino-api-client-node
Then include the package in your project:
const NeutrinoAPIClient = require("neutrino-api-client-node");
FAQs
Neutrino API Node.js client using the native HTTP library
We found that neutrino-api-client-node demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.