retry-machine
Advanced tools
Comparing version 1.0.3 to 1.0.4
{ | ||
"name": "retry-machine", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Retry Promises", | ||
"main": "lib/src/index.js", | ||
"types": "lib/src/index.d.ts", | ||
"repository": "git@github.com:ordermentum/prowl.git", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"repository": "git@github.com:ordermentum/libs.git", | ||
"author": "John D'Agostino <john.dagostino@gmail.com>", | ||
"license": "Apache-2.0", | ||
"files": [ | ||
"lib/*" | ||
"build/**/*" | ||
], | ||
"scripts": { | ||
"lint": "eslint src/ test/", | ||
"build:coverage": "nyc check-coverage --statements 74 --branches 60 --functions 66 --lines 72", | ||
"build:coverage": "nyc check-coverage --statements 80 --branches 80 --functions 80 --lines 80", | ||
"test": "NODE_ENV=test nyc npm run spec", | ||
@@ -40,5 +40,27 @@ "report": "./node_modules/.bin/nyc report --reporter=html", | ||
}, | ||
"nyc": { | ||
"extension": [ | ||
".ts" | ||
], | ||
"include": [ | ||
"src/**/*.ts" | ||
], | ||
"exclude": [ | ||
"test/**/*", | ||
"build/**/*", | ||
"node_modules" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
], | ||
"reporter": [ | ||
"text", | ||
"html" | ||
], | ||
"sourceMap": true, | ||
"instrument": true | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} | ||
} |
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 repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5232
5
63
0