@nebular/security
Advanced tools
Comparing version 3.2.1 to 3.3.0
{ | ||
"name": "@nebular/security", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"description": "@nebular/security", | ||
@@ -5,0 +5,0 @@ "main": "./bundles/security.umd.js", |
import { InjectionToken } from '@angular/core'; | ||
export interface NbAclRole { | ||
parent?: string; | ||
[permission: string]: string | string[]; | ||
[permission: string]: string | string[] | undefined; | ||
} | ||
@@ -6,0 +6,0 @@ export interface NbAccessControl { |
Sorry, the diff of this file is not supported yet
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
57811