dobi-cache-2
Advanced tools
Comparing version 5.0.3 to 5.0.4
@@ -23,3 +23,2 @@ { | ||
"lint": "tslint --format stylish -p tsconfig.json", | ||
"postinstall": "tsc", | ||
"test": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=false", | ||
@@ -36,3 +35,3 @@ "test:coverage": "NODE_ENV=test jest --verbose --no-cache --collectCoverage=true", | ||
}, | ||
"version": "5.0.3", | ||
"version": "5.0.4", | ||
"devDependencies": { | ||
@@ -39,0 +38,0 @@ "@types/koa": "^2.11.0", |
@@ -5,5 +5,5 @@ { | ||
"esModuleInterop": true, | ||
"lib": ["es6", "es2017"], | ||
"module": "ESNext", | ||
"moduleResolution": "node", | ||
"lib": ["es6", "es2017"], | ||
"noFallthroughCasesInSwitch": true, | ||
@@ -14,3 +14,2 @@ "noImplicitAny": true, | ||
"noUnusedParameters": true, | ||
"outDir": "dist", | ||
"sourceMap": true, | ||
@@ -22,3 +21,3 @@ "strict": true, | ||
"strictPropertyInitialization": true, | ||
"target": "ES6", | ||
"target": "ESNEXT", | ||
"types": ["node"] | ||
@@ -25,0 +24,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
Install scripts
Supply chain riskInstall scripts are run when the package is installed. The majority of malware in npm is hidden in install scripts.
Found 1 instance in 1 package
90045
34
1500
0