array-promise-filter
Advanced tools
Comparing version 1.0.0 to 1.0.1
var asyncFilter = require('array-async-filter'); | ||
var $Promise = Promise || require('es6-promise').Promise; | ||
var $Promise = typeof Promise === 'function' && Promise || require('es6-promise').Promise; | ||
@@ -4,0 +4,0 @@ module.exports = function (values, cb) { |
{ | ||
"name": "array-promise-filter", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "filter an array through async callback", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
4738