secure-role-guard 1.0.2 → 1.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +31 -5
package/package.json
CHANGED
|
@@ -1,23 +1,49 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "secure-role-guard",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "Zero-
|
|
3
|
+
"version": "1.0.3",
|
|
4
|
+
"description": "Zero-dependency RBAC authorization library for React & Node.js. Role-based access control with permissions, middleware for Express/Next.js. Define roles once, use everywhere.",
|
|
5
5
|
"author": "Sohel Rahaman",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"rbac",
|
|
9
|
+
"role-based-access-control",
|
|
9
10
|
"authorization",
|
|
10
11
|
"permissions",
|
|
11
12
|
"roles",
|
|
13
|
+
"access-control",
|
|
14
|
+
"acl",
|
|
15
|
+
"auth",
|
|
16
|
+
"security",
|
|
12
17
|
"react",
|
|
18
|
+
"react-permissions",
|
|
19
|
+
"react-rbac",
|
|
20
|
+
"react-authorization",
|
|
13
21
|
"nextjs",
|
|
22
|
+
"next-auth",
|
|
23
|
+
"next-permissions",
|
|
14
24
|
"remix",
|
|
15
25
|
"gatsby",
|
|
16
26
|
"astro",
|
|
27
|
+
"vite",
|
|
17
28
|
"express",
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
29
|
+
"express-middleware",
|
|
30
|
+
"express-authorization",
|
|
31
|
+
"node",
|
|
32
|
+
"nodejs",
|
|
33
|
+
"typescript",
|
|
34
|
+
"permission-guard",
|
|
35
|
+
"role-guard",
|
|
36
|
+
"can-component",
|
|
37
|
+
"usecan-hook",
|
|
38
|
+
"user-roles",
|
|
39
|
+
"user-permissions",
|
|
40
|
+
"admin-panel",
|
|
41
|
+
"dashboard-permissions",
|
|
42
|
+
"enterprise",
|
|
43
|
+
"saas",
|
|
44
|
+
"multi-tenant",
|
|
45
|
+
"dynamic-roles",
|
|
46
|
+
"secure-role-guard"
|
|
21
47
|
],
|
|
22
48
|
"repository": {
|
|
23
49
|
"type": "git",
|