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.19 to 0.3.20

6

content.d.ts

@@ -588,5 +588,5 @@ declare module "*/lib/xp/content" {

key: string;
inheritPermissions: boolean;
overwriteChildPermissions: boolean;
permissions: Array<PermissionsParams>;
inheritPermissions?: boolean;
overwriteChildPermissions?: boolean;
permissions?: Array<PermissionsParams>;
}

@@ -593,0 +593,0 @@ interface IconType {

@@ -245,3 +245,4 @@ declare module "*/lib/cristin" {

data: Data;
topics: Array<string>;
topics?: Array<string>;
hidden?: boolean;
}

@@ -248,0 +249,0 @@ interface SaveToRepoParams<NodeData> {

{
"name": "enonic-types",
"sideEffects": false,
"version": "0.3.19",
"version": "0.3.20",
"description": "TypeScript types for Enonic XP",

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

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"copyfiles": "^2.4.1",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",

@@ -39,4 +39,4 @@ "json-schema-to-typescript": "^10.1.5",

"rimraf": "^3.0.2",
"typescript": "^4.5.5"
"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