async-test-util
Advanced tools
Comparing version 2.1.0 to 2.1.1
{ | ||
"name": "async-test-util", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "Util-functions that are be useful in async tests", | ||
@@ -42,7 +42,7 @@ "keywords": [ | ||
"devDependencies": { | ||
"assert": "2.0.0", | ||
"assert": "2.1.0", | ||
"babel-cli": "6.26.0", | ||
"babel-core": "6.26.3", | ||
"babel-eslint": "10.1.0", | ||
"babel-loader": "9.1.2", | ||
"babel-loader": "9.1.3", | ||
"babel-plugin-transform-async-to-generator": "6.24.1", | ||
@@ -66,6 +66,6 @@ "babel-plugin-transform-class-properties": "6.24.1", | ||
"eslint": "5.16.0", | ||
"karma": "6.4.1", | ||
"karma": "6.4.2", | ||
"karma-babel-preprocessor": "8.0.2", | ||
"karma-chrome-launcher": "3.1.1", | ||
"karma-coverage": "2.2.0", | ||
"karma-chrome-launcher": "3.2.0", | ||
"karma-coverage": "2.2.1", | ||
"karma-detect-browsers": "2.3.3", | ||
@@ -80,10 +80,11 @@ "karma-edge-launcher": "0.4.2", | ||
"mocha": "10.2.0", | ||
"rimraf": "4.4.1", | ||
"webpack": "4.46.0" | ||
"process": "0.11.10", | ||
"rimraf": "5.0.1", | ||
"webpack": "5.88.2" | ||
}, | ||
"dependencies": { | ||
"@types/clone": "2.1.1", | ||
"@types/clone": "2.1.2", | ||
"babel-runtime": "6.26.0", | ||
"clone": "2.1.2", | ||
"deep-equal": "2.2.0", | ||
"deep-equal": "2.2.2", | ||
"is-node": "1.0.2" | ||
@@ -90,0 +91,0 @@ }, |
@@ -207,3 +207,3 @@ # async-test-util | ||
```javascript | ||
const ensurePromise = AsyncTestUtil.isPromise(maybeAsyncFunction()); | ||
const ensurePromise = AsyncTestUtil.promisify(maybeAsyncFunction()); | ||
@@ -210,0 +210,0 @@ // now you are sure this is a promise |
Sorry, the diff of this file is not supported yet
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
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
61868
39
+ Added@types/clone@2.1.2(transitive)
+ Addedarray-buffer-byte-length@1.0.2(transitive)
+ Addeddeep-equal@2.2.2(transitive)
- Removed@types/clone@2.1.1(transitive)
- Removeddeep-equal@2.2.0(transitive)
Updated@types/clone@2.1.2
Updateddeep-equal@2.2.2