async-compat
Advanced tools
Comparing version 1.4.5 to 1.4.6
{ | ||
"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" | ||
} | ||
} |
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
7009
12
8
+ Addedis-promise@4.0.0(transitive)
- Removedis-promise@3.0.0(transitive)
Updatedis-promise@^4.0.0