Socket
Socket
Sign inDemoInstall

deferred

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deferred - npm Package Compare versions

Comparing version 0.7.5 to 0.7.6

2

deferred.js

@@ -104,3 +104,3 @@ // Returns function that returns deferred or promise object.

if (value.pending) {
push.apply(value.pending, this.promise.pending);
this.promise.pending.forEach(function (promise) { value.pending.push(promise); });
this.promise.pending = value.pending;

@@ -107,0 +107,0 @@ if (this.promise.dependencies) {

{
"name": "deferred",
"version": "0.7.5",
"version": "0.7.6",
"description": "Modular and fast Promises implementation",

@@ -22,10 +22,10 @@ "author": "Mariusz Nowak <medyk@medikoo.com> (http://www.medikoo.com/)",

"dependencies": {
"d": "~0.1.1",
"es5-ext": "~0.10.11",
"event-emitter": "~0.3.4",
"next-tick": "~0.2.2",
"timers-ext": "0.1"
"d": "1",
"es5-ext": "~0.10.14",
"event-emitter": "~0.3.5",
"next-tick": "1",
"timers-ext": "~0.1.1"
},
"devDependencies": {
"tad": "~0.2.4",
"tad": "~0.2.7",
"xlint": "~0.2.2",

@@ -32,0 +32,0 @@ "xlint-jslint-medikoo": "~0.1.4"

@@ -422,3 +422,3 @@ # Deferred

```javascript
deferred.some([filename1, filename2, filename3], function (a) {
deferred.some([filename1, filename2, filename3], function (filename) {
return readFile(filename, 'utf8', function (data) {

@@ -768,4 +768,4 @@ if (data.indexOf('needle')) {

__Covered by over 300 hundred unit tests__
__Covered by over 300 unit tests__
$ npm test

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc