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.1 - 2015-01-19
e37f90c
02b6590
promise
, tape
, jscs
402f918
promise
, tape
, jscs
2c07ef6
522df12
ed13fad
c41f70c
jscs
0adee60
tape
, jscs
6476094
8033a8a
644f945
tape
04c2606
ba4ff7c
3c5a49e
832d7c2
ddd64c5
c1a5ccc
f66ea13
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.