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

async-compat

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

async-compat - npm Package Compare versions

Comparing version 1.4.4 to 1.4.5

14

package.json
{
"name": "async-compat",
"version": "1.4.4",
"version": "1.4.5",
"description": "Compatibility functions for writing libraries that support synchronous, callback and promise signatures",

@@ -10,4 +10,4 @@ "main": "index.js",

"scripts": {
"test": "mocha . test/**/*.test.js",
"compatibility": "nvs 14 12 10 8 6 4 0.12 0.10 0.8 -- npm test",
"test": "mocha test/spec/**/*.test.js",
"compat": "nvs 14 12 10 8 6 4 0.12 0.10 0.8 -- mocha-compat test/spec/**/*.test.js",
"lint": "eslint .",

@@ -32,3 +32,3 @@ "format": "prettier --write '**/*.js'"

"is-error": "^2.2.2",
"is-promise": "^2.2.2"
"is-promise": "^3.0.0"
},

@@ -44,8 +44,8 @@ "devDependencies": {

"eslint-plugin-standard": "^4.0.1",
"mocha-compat": "^3.5.4",
"mocha": "^7.1.2",
"mocha-compat": "^3.5.5",
"nvs": "^0.1.1",
"prettier": "^2.0.5",
"sinon": "^2.4.1",
"sinon-chai": "^2.14.0"
"sinon": "^2.4.1"
}
}
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