Socket
Socket
Sign inDemoInstall

@enonic/explorer-utils

Package Overview
Dependencies
0
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

2

index.d.ts

@@ -66,3 +66,3 @@ import { AccessControlEntry } from '/lib/xp/node';

};
declare const ROOT_PERMISSIONS_EXPLORER: AccessControlEntry[];
declare const ROOT_PERMISSIONS_EXPLORER: any[];
declare const EVENT_TYPE_PREFIX_CUSTOM = "custom";

@@ -69,0 +69,0 @@ declare const EVENT_SEND_TYPE_CUSTOM_EXPLORER_DOCUMENTTYPE_CREATED = "explorer.documentType.created";

@@ -70,3 +70,3 @@ {

"types": "index.d.mts",
"version": "0.0.1"
"version": "0.0.2"
}

@@ -150,3 +150,3 @@ import type {AccessControlEntry} from '/lib/xp/node';

export const ROOT_PERMISSIONS_EXPLORER = Object.values(RootPermission);
export const ROOT_PERMISSIONS_EXPLORER = Object.keys(RootPermission).map(k=>RootPermission[k]);

@@ -153,0 +153,0 @@ //──────────────────────────────────────────────────────────────────────────────

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc