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

@nocobase/acl

Package Overview
Dependencies
Maintainers
1
Versions
426
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nocobase/acl - npm Package Compare versions

Comparing version 0.7.4-alpha.7 to 0.7.5-alpha.1

2

lib/acl.d.ts

@@ -51,3 +51,3 @@ /// <reference types="node" />

isConfigResource(name: string): boolean;
setAvailableAction(name: string, options: AvailableActionOptions): void;
setAvailableAction(name: string, options?: AvailableActionOptions): void;
getAvailableAction(name: string): AclAvailableAction;

@@ -54,0 +54,0 @@ getAvailableActions(): Map<string, AclAvailableAction>;

@@ -160,3 +160,3 @@ "use strict";

setAvailableAction(name, options) {
setAvailableAction(name, options = {}) {
this.availableActions.set(name, new _aclAvailableAction.AclAvailableAction(name, options));

@@ -163,0 +163,0 @@

{
"name": "@nocobase/acl",
"version": "0.7.4-alpha.7",
"version": "0.7.5-alpha.1",
"description": "",

@@ -15,3 +15,3 @@ "license": "Apache-2.0",

"dependencies": {
"@nocobase/resourcer": "0.7.4-alpha.7",
"@nocobase/resourcer": "0.7.5-alpha.1",
"json-templates": "^4.2.0"

@@ -24,3 +24,3 @@ },

},
"gitHead": "77f22e6da464d19be111835316faf4b94cd80413"
"gitHead": "f6eb27b68185bb0c0b4c2cfca1df84205a9b9173"
}
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