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

@nebular/security

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nebular/security - npm Package Compare versions

Comparing version 3.2.1 to 3.3.0

2

package.json
{
"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

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