New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@casl/react

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casl/react - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

dist/types/Can.d.ts

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Change Log

## [2.2.1](https://github.com/stalniy/casl/compare/@casl/react@2.2.0...@casl/react@2.2.1) (2020-12-28)
### Bug Fixes
* **dist:** adds separate `tsconfig.build.json` to every completementary project ([87742ce](https://github.com/stalniy/casl/commit/87742cec518a8a68d5fc29be2bbc9561cbc7da6c)), closes [#419](https://github.com/stalniy/casl/issues/419)
# [2.2.0](https://github.com/stalniy/casl/compare/@casl/react@2.1.1...@casl/react@2.2.0) (2020-12-26)

@@ -7,0 +14,0 @@

6

package.json
{
"name": "@casl/react",
"version": "2.2.0",
"version": "2.2.1",
"description": "React component for CASL which makes it easy to add permissions in any React application",

@@ -26,3 +26,3 @@ "main": "dist/umd/index.js",

"build": "BUILD_TYPES=es5m,es6m,umd rollup -c ../../rollup.config.js -n casl.react -g react:React,prop-types:React.PropTypes,@casl/ability:casl",
"build.types": "tsc",
"build.types": "tsc -p tsconfig.build.json",
"lint": "eslint --ext .ts,.js src/ spec/",

@@ -65,3 +65,3 @@ "test": "NODE_ENV=test jest --config ../../tools/jest.config.js",

"@types/react": "^16.9.19",
"@typescript-eslint/eslint-plugin": "4.7.0",
"@typescript-eslint/eslint-plugin": "4.11.0",
"chai": "^4.1.0",

@@ -68,0 +68,0 @@ "chai-spies": "^1.0.0",

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