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.4.6 to 0.4.7

5

content.d.ts

@@ -430,4 +430,7 @@ declare module "*/lib/xp/content" {

field: string;
order: string;
order?: string;
size: number;
/**
* @since 7.7.0
*/
minDocCount?: number;

@@ -434,0 +437,0 @@ };

2

node.d.ts

@@ -251,3 +251,3 @@ declare module "*/lib/xp/node" {

*/
get<NodeData>(keys: Array<string | NodeGetParams>): Array<NodeData & RepoNode>;
get<NodeData>(keys: Array<string | NodeGetParams>): Array<NodeData & RepoNode> | (NodeData & RepoNode);
/**

@@ -254,0 +254,0 @@ * Fetches specific nodes by path(s) or ID(s).

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

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

"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.21.0",
"@typescript-eslint/parser": "^5.21.0",
"@typescript-eslint/eslint-plugin": "^5.22.0",
"@typescript-eslint/parser": "^5.22.0",
"copyfiles": "^2.4.1",

@@ -39,4 +39,4 @@ "eslint": "^8.14.0",

"rimraf": "^3.0.2",
"typescript": "^4.6.3"
"typescript": "^4.6.4"
}
}
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