
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
A jewish implementation of Promise in TypeScript.
Install the package from npm using your favorite package manager:
npm i bli-neder
Import the package in your code, and use it as you would use a regular Promise:
import { BliNeder } from 'bli-neder';
// Basic usage:
new BliNeder((resolve, reject) => {
resolve('Success!');
});
// Static methods:
const resolvedNeder = BliNeder.resolve('Success!');
const rejectedNeder = BliNeder.reject('Error!');
const allNeders = BliNeder.all([resolvedNeder, rejectedNeder]);
const allSettledNeders = BliNeder.allSettled([resolvedNeder, rejectedNeder]);
const racedNeders = BliNeder.race([resolvedNeder, rejectedNeder]);
const anyNeders = BliNeder.any([resolvedNeder, rejectedNeder]);
// Chaining:
BliNeder.reject('Error!')
.then((value) => {
return 'Success!';
})
.catch((error) => {
return 'Error!';
})
.finally(() => {
return 'Finally!';
});
BliNeder.prototype.then(onFulfilled, onRejected) - See Promise.prototype.then
BliNeder.prototype.catch(onRejected) - See Promise.prototype.catch
BliNeder.prototype.finally(onFinally) - See Promise.prototype.finally
BliNeder.resolve(value) - See Promise.resolve
BliNeder.reject(reason) - See Promise.reject
BliNeder.all(promises) - See Promise.all
BliNeder.allSettled(promises) - See Promise.allSettled
BliNeder.race(promises) - See Promise.race
BliNeder.any(promises) - See Promise.any
FAQs
A jewish implementation of Promise in TypeScript
The npm package bli-neder receives a total of 2 weekly downloads. As such, bli-neder popularity was classified as not popular.
We found that bli-neder 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

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.