promised-io
Advanced tools
Comparing version 0.3.0 to 0.3.3
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ var File = require("fs"), |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ ({define:typeof define!="undefined"?define:function(deps, factory){module.exports = factory.apply(this, deps.map(function(id){return require(id)}))}}). |
@@ -0,0 +0,0 @@ var parseUrl = require("url").parse; |
@@ -0,0 +0,0 @@ var oauth = require("./oauth"); |
@@ -0,0 +0,0 @@ /** |
{ | ||
"name": "promised-io", | ||
"version": "0.3.0", | ||
"version": "0.3.3", | ||
"author": { | ||
@@ -5,0 +5,0 @@ "name": "Kris Zyp" |
@@ -1,3 +0,3 @@ | ||
({define:typeof define!="undefined"?define:function(deps, factory){factory(require,exports)}}). | ||
define([], function(req,exports){ | ||
({define:typeof define!="undefined"?define:function(factory){factory(require,exports)}}). | ||
define(function(req,exports){ | ||
if(typeof console !== "undefined"){ | ||
@@ -4,0 +4,0 @@ exports.print = function(){ |
@@ -569,3 +569,5 @@ (function(define){ | ||
if(nextAction){ | ||
exports.when(nextAction(value), next, deferred.reject); | ||
exports.when(nextAction(value), next, function(error){ | ||
deferred.reject(error, true); | ||
}); | ||
} | ||
@@ -659,2 +661,2 @@ else { | ||
}); | ||
})(typeof define!="undefined"?define:function(factory){factory(require,exports)}); | ||
})(typeof define!="undefined"?define:function(factory){factory(require,exports)}); |
@@ -0,0 +0,0 @@ // Query String Utilities |
@@ -55,3 +55,3 @@ Promised-IO is a cross-platform package for asynchronous promise-based IO. Promises | ||
// provided the value as the value of the promise | ||
deferred.fulfill(value); | ||
deferred.resolve(value); | ||
}, ms); | ||
@@ -68,5 +68,5 @@ // return the promise that is associated with the Deferred object | ||
### fulfill | ||
### resolve | ||
deferred.fulfill(value); | ||
deferred.resolve(value); | ||
@@ -73,0 +73,0 @@ This will fulfill the Deferred's promise with the provided value. The fulfillment listeners to the promise |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ var vows = require("vows"), |
@@ -0,0 +0,0 @@ var assert = require("assert"), |
@@ -0,0 +0,0 @@ var vows = require("vows"), |
@@ -0,0 +0,0 @@ var querystring = require("querystring"); |
@@ -0,0 +0,0 @@ // Adapted from the following: |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
86870
2305
0
4