@haensl/http
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "@haensl/http", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "Simple JSON object of common HTTP headers, status codes and methods.", | ||
@@ -9,3 +9,3 @@ "main": "index.json", | ||
"lint:junit": "eslint --format junit -o test-results/eslint/results.xml '**/*.js'", | ||
"prepare": "if [ \"${NODE_ENV}\" != 'production' ] && [ -z \"${CI}\" ]; then husky install; fi", | ||
"prepare": "if [ \"${NODE_ENV}\" != 'production' ] && [ -z \"${CI}\" ]; then husky; fi", | ||
"test": "jest --runInBand --no-cache --colors --passWithNoTests", | ||
@@ -72,3 +72,3 @@ "test:junit": "jest --runInBand --no-cache --ci --reporters='default' --reporters='jest-junit' --passWithNoTests", | ||
"eslint": "^8.42.0", | ||
"husky": "^8.0.3", | ||
"husky": "^9.0.11", | ||
"jest": "^29.5.0", | ||
@@ -75,0 +75,0 @@ "jest-junit": "^16.0.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
6282