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

@enonic/explorer-utils

Package Overview
Dependencies
Maintainers
4
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enonic/explorer-utils - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

5

index.d.ts

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

COLLECTORS = "collectors",
DOCUMENT_TYPES = "documentTypes",
FIELDS = "fields",

@@ -21,3 +22,3 @@ INTERFACES = "interfaces",

}
declare const FOLDERS: readonly [Folder.API_KEYS, Folder.COLLECTIONS, Folder.COLLECTORS, Folder.FIELDS, Folder.INTERFACES, Folder.NOTIFICATIONS, Folder.STOPWORDS, Folder.THESAURI];
declare const FOLDERS: readonly [Folder.API_KEYS, Folder.COLLECTIONS, Folder.COLLECTORS, Folder.DOCUMENT_TYPES, Folder.FIELDS, Folder.INTERFACES, Folder.NOTIFICATIONS, Folder.STOPWORDS, Folder.THESAURI];
declare const Path: {

@@ -27,2 +28,3 @@ readonly API_KEYS: "/api-keys";

readonly COLLECTORS: "/collectors";
readonly DOCUMENT_TYPES: "/documentTypes";
readonly FIELDS: "/fields";

@@ -35,2 +37,3 @@ readonly INTERFACES: "/interfaces";

readonly DOCUMENT: "com.enonic.app.explorer:document";
readonly DOCUMENT_TYPE: "com.enonic.app.explorer:documentType";
readonly FIELD: "com.enonic.app.explorer:field";

@@ -37,0 +40,0 @@ readonly FOLDER: "com.enonic.app.explorer:folder";

2

package.json

@@ -75,3 +75,3 @@ {

"types": "index.d.mts",
"version": "0.2.0"
"version": "0.3.0"
}

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

COLLECTORS = 'collectors',
DOCUMENT_TYPES = 'documentTypes',
FIELDS = 'fields',

@@ -44,2 +45,3 @@ INTERFACES = 'interfaces',

Folder.COLLECTORS,
Folder.DOCUMENT_TYPES,
Folder.FIELDS,

@@ -59,2 +61,3 @@ Folder.INTERFACES,

COLLECTORS: `/${Folder.COLLECTORS}` as const,
DOCUMENT_TYPES: `/${Folder.DOCUMENT_TYPES}` as const,
FIELDS: `/${Folder.FIELDS}` as const,

@@ -71,2 +74,3 @@ INTERFACES: `/${Folder.INTERFACES}` as const,

DOCUMENT: `${APP_EXPLORER}${COLON_SIGN}document` as const,
DOCUMENT_TYPE: `${APP_EXPLORER}${COLON_SIGN}documentType` as const,
FIELD: `${APP_EXPLORER}${COLON_SIGN}field` as const,

@@ -73,0 +77,0 @@ FOLDER: `${APP_EXPLORER}${COLON_SIGN}folder` as const,

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc