thenify-all
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -21,3 +21,3 @@ | ||
// promisify only if it's a function | ||
if (typeof source[name] === 'function') destination[name] = thenify(name, source[name]) | ||
if (typeof source[name] === 'function') destination[name] = thenify(source[name]) | ||
}) | ||
@@ -24,0 +24,0 @@ |
{ | ||
"name": "thenify-all", | ||
"description": "Promisifies all the selected functions in an object", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"author": "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)", | ||
@@ -9,3 +9,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"thenify": "2" | ||
"thenify": "3" | ||
}, | ||
@@ -12,0 +12,0 @@ "devDependencies": { |
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
4531
+ Addedany-promise@1.3.0(transitive)
+ Addedthenify@3.3.1(transitive)
- Removednative-or-bluebird@1.2.0(transitive)
- Removedthenify@2.0.0(transitive)
Updatedthenify@3