retry-machine
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "retry-machine", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Retry Promises", | ||
@@ -14,3 +14,3 @@ "main": "lib/src/index.js", | ||
"scripts": { | ||
"lint": "./node_modules/.bin/eslint src/ test/", | ||
"lint": "eslint src/ test/", | ||
"build:coverage": "nyc check-coverage --statements 74 --branches 60 --functions 66 --lines 72", | ||
@@ -28,20 +28,18 @@ "test": "NODE_ENV=test nyc npm run spec", | ||
"devDependencies": { | ||
"@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", | ||
"eslint-config-airbnb": "^14.1.0", | ||
"eslint-plugin-import": "^2.2.0", | ||
"eslint-plugin-jsx-a11y": "^4.0.0", | ||
"eslint-plugin-react": "^6.10.3", | ||
"mocha": "^9.1.2", | ||
"nyc": "^10.3.0", | ||
"sinon": "^11.1.2", | ||
"ts-node": "^10.3.0", | ||
"typescript": "^4.4.4" | ||
"@types/chai": "^4.3.3", | ||
"@types/mocha": "^9.1.1", | ||
"@types/node": "^18.7.15", | ||
"@types/sinon": "^10.0.13", | ||
"chai": "^3.5.0", | ||
"bunyan": "1.8.15", | ||
"eslint": "^8.50.0", | ||
"istanbul": "^0.4.4", | ||
"mocha": "^2.5.3", | ||
"ts-node": "^10.9.1", | ||
"typescript": "5.1.6", | ||
"nyc": "^10.3.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
12
1
1879
2
0
2