Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
promise-deferred
Advanced tools
A lightweight Deferred implementation, on top of Promises/A+
var Deferred = require('promise-deferred');
var deferred = new Deferred();
// set up handlers
deferred.promise.then(function (value) {}, function (error) {});
// resolve
deferred.resolve('a value');
// reject
deferred.reject(new Error('oh noes'));
Simply clone the repo, npm install
, and run npm test
v2.0.4 - 2023-09-06
.gitignore
5fe39be
b489c11
eslint
, @ljharb/eslint-config
, auto-changelog
, safe-publish-latest
, tape
c9ad5ca
covert
to nyc
7a4d62c
b5bb367
7e4873f
npmignore
to autogenerate an npmignore file ac3a16d
@ljharb/eslint-config
, tape
; add safe-publish-latest
b7f7d23
@ljharb/eslint-config
, aud
, tape
a30fb1a
auto-changelog
, tape
026083b
0b101b6
promise
05422e6
auto-changelog
4bc237c
promise
3ec9fd6
promise
- turns out it was 729483b causing the break c8226e5
FAQs
A lightweight Deferred implementation, on top of Promises/A+
We found that promise-deferred 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
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.