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.0.14 to 0.0.15

lib/menu.d.ts

4

lib/content.d.ts

@@ -51,5 +51,3 @@ import { Component } from "./portal";

readonly config: A;
readonly regions: {
[key: string]: Array<Component<any>>;
};
readonly regions: Record<string, Array<Component<any>>>;
}

@@ -56,0 +54,0 @@ export interface Attachment {

@@ -7,8 +7,6 @@ import { ByteSource, Content, Site } from "./content";

readonly config: A;
readonly regions: {
[key: string]: {
components: Array<Component<any>>;
name: string;
};
};
readonly regions: Record<string, {
components: Array<Component<any>>;
name: string;
}>;
}

@@ -15,0 +13,0 @@ export interface PortalLibrary {

{
"name": "enonic-types",
"version": "0.0.14",
"version": "0.0.15",
"description": "TypeScript types for Enonic XP",

@@ -27,9 +27,9 @@ "main": "lib/index.js",

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.8.0",
"@typescript-eslint/parser": "^2.8.0",
"eslint": "^6.7.1",
"@typescript-eslint/eslint-plugin": "^2.12.0",
"@typescript-eslint/parser": "^2.12.0",
"eslint": "^6.7.2",
"husky": "^3.1.0",
"lint-staged": "^9.4.3",
"lint-staged": "^9.5.0",
"rimraf": "^3.0.0",
"typescript": "^3.7.2"
"typescript": "^3.7.3"
},

@@ -36,0 +36,0 @@ "husky": {

@@ -47,2 +47,3 @@ # TypeScript types for Enonic XP

* [MailLibrary](./src/mail.ts)
* [MenuLibrary](./src/menu.ts)
* [NodeLibrary](./src/node.ts)

@@ -49,0 +50,0 @@ * [PortalLibrary](./src/portal.ts)

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