@gquittet/graceful-server
Advanced tools
Comparing version 1.2.7 to 1.2.8
@@ -30,3 +30,3 @@ { | ||
"license": "MIT", | ||
"version": "1.2.7", | ||
"version": "1.2.8", | ||
"main": "./lib/index.js", | ||
@@ -36,11 +36,13 @@ "types": "./lib/types/index.d.ts", | ||
"clean": "rimraf lib/", | ||
"type-check": "ttsc --noEmit", | ||
"type-check": "ttsc -p tsconfig.prod.json --noEmit", | ||
"type-check:watch": "npm run type-check -- --watch", | ||
"build": "npm run build:types && npm run bundle", | ||
"build:types": "ttsc --emitDeclarationOnly", | ||
"build:types": "ttsc -p tsconfig.prod.json --emitDeclarationOnly", | ||
"bundle": "webpack", | ||
"lint": "eslint src/**/*.ts", | ||
"test": "NODE_ENV=test jest", | ||
"test:lint": "eslint __tests__/**/*.ts", | ||
"test:coverage": "NODE_ENV=test jest --coverage", | ||
"prepublishOnly": "npm run clean && npm run lint && npm run build" | ||
"preversion": "npm run clean && npm run lint && npm run test:lint && npm run test && npm run build", | ||
"prepublishOnly": "npm run preversion" | ||
}, | ||
@@ -47,0 +49,0 @@ "dependencies": {}, |
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
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
24701
25
122