Comparing version 0.1.9 to 0.1.10
// aa.js - async-await.js | ||
this.aa = function () { | ||
this.aa = function (PromiseThunk) { | ||
'use strict'; | ||
var PromiseThunk = require('promise-thunk'); | ||
var isPromise = PromiseThunk.isPromise; | ||
@@ -407,2 +406,2 @@ var wrap = PromiseThunk.wrap; | ||
}(); | ||
}(this.PromiseThunk || require('promise-thunk')); |
{ | ||
"name": "aa", | ||
"version": "0.1.9", | ||
"version": "0.1.10", | ||
"description": "aa - Async-Await. co like library, go like channel, thunkify or promisefy wrap package", | ||
"main": "aa.js", | ||
"dependencies": { | ||
"promise-thunk": ">=0.0.3" | ||
"promise-thunk": ">=0.1.0" | ||
}, | ||
@@ -9,0 +9,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16863
3
24
324
Updatedpromise-thunk@>=0.1.0