http-problem-details
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "http-problem-details", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "HTTP Problem Details according to RFC 7807", | ||
@@ -19,3 +19,4 @@ "main": "dist/index.js", | ||
"test": "./node_modules/mocha/bin/mocha -r ts-node/register test/*.ts", | ||
"test-ci": "./node_modules/mocha/bin/mocha -r ts-node/register test/*.ts --reporter mocha-junit-reporter" | ||
"test-ci": "./node_modules/mocha/bin/mocha -r ts-node/register test/*.ts --reporter mocha-junit-reporter", | ||
"release": "standard-version" | ||
}, | ||
@@ -55,4 +56,18 @@ "repository": { | ||
"@typescript-eslint/eslint-plugin": "^1.7.0", | ||
"@typescript-eslint/parser": "^1.7.0" | ||
"@typescript-eslint/parser": "^1.7.0", | ||
"@commitlint/cli": "^8.2.0", | ||
"@commitlint/config-conventional": "^8.2.0", | ||
"standard-version": "^7.0.0", | ||
"husky": "^3.0.9" | ||
}, | ||
"husky": { | ||
"hooks": { | ||
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS" | ||
} | ||
}, | ||
"commitlint": { | ||
"extends": [ | ||
"@commitlint/config-conventional" | ||
] | ||
} | ||
} |
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
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
8243
19
4
0
1