Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

async-test-util

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-test-util - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

21

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc