Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@casl/angular

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casl/angular - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

7

CHANGELOG.md

@@ -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 @@

8

package.json
{
"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"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc