ng-jhipster
Advanced tools
Comparing version 0.8.0 to 0.9.0
@@ -63,8 +63,3 @@ { | ||
}, | ||
"version": "0.8.0", | ||
"ngPackage": { | ||
"lib": { | ||
"entryFile": "src/public_api.ts" | ||
} | ||
}, | ||
"version": "0.9.0", | ||
"jest": { | ||
@@ -83,13 +78,15 @@ "preset": "jest-preset-angular", | ||
}, | ||
"scripts": { | ||
"lint": "tslint --project tslint.json", | ||
"lint:fix": "tslint --project tslint.json --fix", | ||
"test": "jest", | ||
"test:watch": "jest --watch", | ||
"build": "ng-packagr -p package.json", | ||
"release": "npm test && git push && git push --tags && npm publish dist/", | ||
"release:patch": "npm run build && npm version patch -a -m \"Update to %s\" && npm run release", | ||
"release:minor": "npm run build && npm version minor -a -m \"Update to %s\" && npm run release", | ||
"release:major": "npm run build && npm version major -a -m \"Update to %s\" && npm run release" | ||
"main": "bundles/ng-jhipster.umd.js", | ||
"module": "fesm5/ng-jhipster.js", | ||
"es2015": "fesm2015/ng-jhipster.js", | ||
"esm5": "esm5/ng-jhipster.js", | ||
"esm2015": "esm2015/ng-jhipster.js", | ||
"fesm5": "fesm5/ng-jhipster.js", | ||
"fesm2015": "fesm2015/ng-jhipster.js", | ||
"typings": "ng-jhipster.d.ts", | ||
"metadata": "ng-jhipster.metadata.json", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^1.9.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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
1787391
152
0
100
16107
11
2
34
+ Addedtslib@^1.9.0