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.5 to 1.4.6

.travis.yml

43

package.json
{
"name": "async-compat",
"version": "1.4.5",
"version": "1.4.6",
"description": "Compatibility functions for writing libraries that support synchronous, callback and promise signatures",
"main": "index.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"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 .",
"format": "prettier --write '**/*.js'"
},
"repository": {
"type": "git",
"url": "git@github.com:kmalakoff/async-compat.git"
},
"keywords": [

@@ -26,11 +12,24 @@ "async",

],
"homepage": "https://github.com/kmalakoff/async-compat",
"repository": {
"type": "git",
"url": "git@github.com:kmalakoff/async-compat.git"
},
"license": "MIT",
"author": "Kevin Malakoff <kmalakoff@gmail.com> (https://github.com/kmalakoff)",
"license": "MIT",
"homepage": "https://github.com/kmalakoff/async-compat",
"main": "index.js",
"scripts": {
"format": "prettier --write .",
"lint": "eslint .",
"test": "mocha-compat test/spec/**/*.test.js",
"prepublish": "dtd \"npm run lint\" \"depcheck --ignores='depcheck'\""
},
"dependencies": {
"is-error": "^2.2.2",
"is-promise": "^3.0.0"
"is-promise": "^4.0.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"depcheck": "^0.9.2",
"dis-dat": "^0.1.3",
"eslint": "^6.8.0",

@@ -43,8 +42,8 @@ "eslint-config-prettier": "^6.11.0",

"eslint-plugin-standard": "^4.0.1",
"mocha": "^7.1.2",
"mocha-compat": "^3.5.5",
"nvs": "^0.1.1",
"prettier": "^2.0.5",
"sinon": "^2.4.1"
"prettier": "^2.0.5"
},
"engines": {
"node": ">=0.8.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