New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

async-compat

Package Overview
Dependencies
Maintainers
1
Versions
26
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.3 to 1.4.4

10

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

@@ -11,2 +11,3 @@ "main": "index.js",

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

@@ -42,5 +43,8 @@ "format": "prettier --write '**/*.js'"

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