@casl/angular
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -5,2 +5,9 @@ # Change Log | ||
## [3.0.5](https://github.com/stalniy/casl/compare/@casl/angular@3.0.4...@casl/angular@3.0.5) (2020-02-21) | ||
### Bug Fixes | ||
* **angular:** moves postinstall hook to postbootstrap hook which links modules ([769e099](https://github.com/stalniy/casl/commit/769e099902eca821e17d4f6a3e5a44fd29191915)), closes [#266](https://github.com/stalniy/casl/issues/266) | ||
## [3.0.4](https://github.com/stalniy/casl/compare/@casl/angular@3.0.3...@casl/angular@3.0.4) (2020-02-21) | ||
@@ -7,0 +14,0 @@ |
{ | ||
"name": "@casl/angular", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Angular module for CASL which makes it easy to add permissions in any Angular application", | ||
@@ -23,4 +23,3 @@ "main": "dist/umd/index.js", | ||
"prerelease": "NODE_ENV=production npm run build && npm test", | ||
"release": "semantic-release -e ../../tools/semantic-release", | ||
"postinstall": "node ./tools/exists.js package-lock.json && ngcc || true" | ||
"release": "semantic-release -e ../../tools/semantic-release" | ||
}, | ||
@@ -61,5 +60,4 @@ "keywords": [ | ||
"dist", | ||
"*.d.ts", | ||
"tools/exists.js" | ||
"*.d.ts" | ||
] | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
34380
0
0
14
165