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

enonic-types

Package Overview
Dependencies
Maintainers
1
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

enonic-types - npm Package Compare versions

Comparing version 0.3.21 to 0.3.22

8

menu.d.ts

@@ -52,2 +52,6 @@ declare module "*/lib/menu" {

ariaLabel?: string;
/**
* Key to content used to get the current site, Also gets content is in path or active based on this.
*/
currentContent?: string;
}

@@ -70,2 +74,6 @@ interface BreadcrumbMenu {

/**
* The content that sets the context of the menu. CurrentContent defaults to the current context content: portal.getContent().
*/
currentContent?: string;
/**
* Control type of URL to be generated for menu items, default is 'server', only other option is 'absolute'.

@@ -72,0 +80,0 @@ */

10

package.json
{
"name": "enonic-types",
"sideEffects": false,
"version": "0.3.21",
"version": "0.3.22",
"description": "TypeScript types for Enonic XP",

@@ -29,10 +29,10 @@ "typings": "index.d.ts",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"@typescript-eslint/eslint-plugin": "^5.16.0",
"@typescript-eslint/parser": "^5.16.0",
"copyfiles": "^2.4.1",
"eslint": "^8.10.0",
"eslint": "^8.11.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"json-schema-to-typescript": "^10.1.5",
"prettier": "^2.5.1",
"prettier": "^2.6.0",
"rimraf": "^3.0.2",

@@ -39,0 +39,0 @@ "typescript": "^4.6.2"

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