You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@casl/ability

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@casl/ability - npm Package Compare versions

Comparing version
6.0.0
to
6.1.0
+4
-2
package.json
{
"name": "@casl/ability",
"version": "6.0.0",
"version": "6.1.0",
"description": "CASL is an isomorphic authorization JavaScript library which restricts what resources a given user is allowed to access",

@@ -13,2 +13,3 @@ "funding": "https://github.com/stalniy/casl/blob/master/BACKERS.md",

".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/es6m/index.mjs",

@@ -18,2 +19,3 @@ "require": "./dist/es6c/index.js"

"./extra": {
"types": "./dist/types/extra.d.ts",
"import": "./dist/es6m/extra.mjs",

@@ -59,3 +61,3 @@ "require": "./dist/es6c/extra.js"

"@casl/dx": "workspace:^1.0.0",
"@types/jest": "^27.4.7",
"@types/jest": "^28.0.0",
"@types/node": "^14.0.5",

@@ -62,0 +64,0 @@ "chai": "^4.1.0",