Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "async-some", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "short-circuited, asynchronous version of Array.protototype.some", | ||
@@ -5,0 +5,0 @@ "main": "some.js", |
@@ -21,3 +21,3 @@ # some | ||
var stat = require("fs").stat; | ||
var readFileSync | ||
var readFileSync = require("fs").readFileSync; | ||
@@ -24,0 +24,0 @@ some(["apple", "seaweed", "ham", "quince"], porkDetector, function (error, match) { |
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
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
7618