retry-machine
Advanced tools
Comparing version 0.3.0 to 1.0.0
{ | ||
"name": "retry-machine", | ||
"version": "0.3.0", | ||
"version": "1.0.0", | ||
"description": "Retry Promises", | ||
"main": "lib/index.js", | ||
"main": "lib/src/index.js", | ||
"types": "lib/src/index.d.ts", | ||
"repository": "git@github.com:ordermentum/prowl.git", | ||
@@ -17,24 +18,18 @@ "author": "John D'Agostino <john.dagostino@gmail.com>", | ||
"report": "./node_modules/.bin/nyc report --reporter=html", | ||
"spec": "./node_modules/.bin/_mocha -R spec ./test/test_helper.js --compilers js:babel-core/register --recursive test/**/*", | ||
"build": "babel src --out-dir lib", | ||
"spec": "./node_modules/.bin/_mocha -R spec --require ts-node/register --recursive test/**/*", | ||
"build": "tsc", | ||
"prepublish": "yarn run build", | ||
"reporter": "nyc --reporter=html yarn run test", | ||
"flow": "./node_modules/.bin/flow check" | ||
"reporter": "nyc --reporter=html yarn run test" | ||
}, | ||
"dependencies": { | ||
"null-logger": "^1.0.0" | ||
"null-logger": "^2.0.5" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.24.1", | ||
"babel-core": "^6.24.1", | ||
"babel-eslint": "^7.2.3", | ||
"babel-istanbul": "^0.12.2", | ||
"babel-plugin-transform-es2015-modules-commonjs": "^6.24.1", | ||
"babel-plugin-transform-flow-strip-types": "^6.22.0", | ||
"babel-preset-env": "^1.4.0", | ||
"babel-preset-flow": "^6.23.0", | ||
"babel-preset-stage-2": "^6.24.1", | ||
"babel-preset-stage-3": "^6.24.1", | ||
"babel-register": "^6.24.1", | ||
"chai": "^3.5.0", | ||
"@types/bunyan": "^1.8.7", | ||
"@types/chai": "^4.2.22", | ||
"@types/mocha": "^9.0.0", | ||
"@types/node": "^16.10.5", | ||
"@types/sinon": "^10.0.4", | ||
"bunyan": "^1.8.15", | ||
"chai": "^4.3.4", | ||
"eslint": "^3.19.0", | ||
@@ -45,9 +40,8 @@ "eslint-config-airbnb": "^14.1.0", | ||
"eslint-plugin-react": "^6.10.3", | ||
"express": "^4.15.2", | ||
"flow-bin": "^0.45.0", | ||
"flow-coverage-report": "^0.3.0", | ||
"mocha": "^3.3.0", | ||
"mocha": "^9.1.2", | ||
"nyc": "^10.3.0", | ||
"sinon": "^2.1.0" | ||
"sinon": "^11.1.2", | ||
"ts-node": "^10.3.0", | ||
"typescript": "^4.4.4" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
7173
17
6
136
1
2
2
+ Addednull-logger@2.0.5(transitive)
- Removednull-logger@1.0.0(transitive)
Updatednull-logger@^2.0.5