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.56 to 0.0.57

16

lib/node.d.ts

@@ -7,18 +7,2 @@ import { PermissionsParams } from "./content";

connect(params: Source): RepoConnection;
/**
* This function fetches nodes.
*/
get<A>(repo: RepoConnection, keys: string | ReadonlyArray<string>): ReadonlyArray<A & RepoNode> | (A & RepoNode);
/**
* This function creates a node.
*/
create<A>(repo: RepoConnection, params: A & NodeCreateParams): A & RepoNode;
/**
* This function deletes a node or nodes.
*/
delete(repo: RepoConnection, keys: ReadonlyArray<string>): boolean;
/**
* This command queries nodes.
*/
query(repo: RepoConnection, params: NodeQueryParams): NodeQueryResponse;
}

@@ -25,0 +9,0 @@ export interface Source {

2

package.json
{
"name": "enonic-types",
"version": "0.0.56",
"version": "0.0.57",
"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