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.65 to 0.0.66

6

lib/node.d.ts

@@ -202,6 +202,10 @@ import { PermissionsParams } from "./content";

/**
* Fetches specific nodes by path or ID.
* Fetches specific nodes by paths or IDs.
*/
get<A>(keys: ReadonlyArray<string | NodeGetParams>): ReadonlyArray<A & RepoNode>;
/**
* Fetches specific nodes by path(s) or ID(s).
*/
get<A>(keys: string | NodeGetParams | ReadonlyArray<string | NodeGetParams>): (A & RepoNode) | ReadonlyArray<A & RepoNode>;
/**
* This command queries nodes.

@@ -208,0 +212,0 @@ */

2

package.json
{
"name": "enonic-types",
"version": "0.0.65",
"version": "0.0.66",
"description": "TypeScript types for Enonic XP",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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