
Security News
US Government Forces Anthropic to Pull Claude Fable Days After Launch
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.
@notihub/notihub-nodejs-sdk
Advanced tools
The Notihub SDK for Node.js enables Javascript Node.js developers to easily work with the Notihub API and build scalable solutions. You can get started in minutes using npm or yarn.
To use this SDK, you will need:
Node installation will include NPM, which is responsible for dependency management.
Before you begin, you need an Notihub account. Please go to Sign Up to Notihub and retrieve your credentials.
Using npm:
npm install --save @notihub/notihub-nodejs-sdk
Import the package:
import Notihub from '@notihub/notihub-nodejs-sdk';
or
const Notihub = require('@notihub/notihub-nodejs-sdk');
This SDK relies heavily on Promises
const notihub = new Notihub({
publicKey: '<your auth public key>',
secretKey: '<your auth secret key>',
environmentClientId: '<your auth environment client id>',
environmentClientSecret: '<your auth environment client secret>'
});
Check the guides for each endpoints
Also you can check out our API Docs to understand how our API works.
Provides easy-to-use HTTP clients for all supported Notihub endpoints.
Typed Error codes for easy handling
Promises based SDK
Handle authentication and IO Async
And more!
Please use these community resources for getting help. We use GitHub issues for tracking bugs and feature requests and have limited bandwidth to address them.
notihub-nodejs-sdkPlease go to Contribute section.
FAQs
Notihub Official Node.js SDK
We found that @notihub/notihub-nodejs-sdk 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
Anthropic says the directive cited national security concerns over a narrow jailbreak, but offered no specific technical details.

Security News
A network of 152 Chrome live wallpaper extensions hid ad tracking and made extension-driven traffic look like Google search clicks.

Company News
Socket’s first CISO brings deep experience securing high-growth SaaS companies as open source supply chain threats accelerate.