Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
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.2 - 2020-01-14
tape
, eslint
, jscs
; add my personal shared eslint
config 7ca9c8d
npm run eslint
97e6e47
jscs
d263787
5b01bbd
node
v8.1
; v7.10
; v6.11
; v5.12
, v4.8
; io.js
v3.3
; improve test matrix; npm 4.6+ breaks on node < 1; npm 5+ breaks on node < 4. be6ffa0
auto-changelog
8df5df8
jscs
, eslint
, @ljharb/eslint-config
, nsp
, tape
333ba8c
tape
, covert
, jscs
1f2a186
eslint
b1e9015
io.js
v2.3
4af8785
000672a
tape
, jscs
, eslint
c91fd12
eslint
, @ljharb/eslint-config
, tape
, covert
f82414c
eslint
, @ljharb/eslint-config
, nsp
, tape
4e1dc22
6a2d7a1
npm run security
427afe6
node
/iojs
versions now ship with an npm
that understands ^
. 5b51d5a
travis-ci
tests on iojs
and node
v0.12; speed up builds; allow 0.8 failures. a73ba53
a3e7517
npx aud
instead of nsp
or npm audit
with hoops 5ad1266
promise
, tape
abb7d6c
io.js
v2.5
57f75ad
tape
, jscs
cf8057c
promise
80c0d66
funding
field f075ee6
fe0903a
tape
1035c0d
76e4ad5
promise
. 729483b
promise
66ab6b5
148ec27
io.js
v3.0
e0fd61d
FAQs
A lightweight Deferred implementation, on top of Promises/A+
The npm package promise-deferred receives a total of 110,846 weekly downloads. As such, promise-deferred popularity was classified as popular.
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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.