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.2.5 to 0.2.6

2

package.json
{
"name": "enonic-types",
"sideEffects": false,
"version": "0.2.5",
"version": "0.2.6",
"description": "TypeScript types for Enonic XP",

@@ -6,0 +6,0 @@ "typings": "index.d.ts",

@@ -6,3 +6,3 @@ import { ByteSource, EmptyObject, PermissionsParams } from "./content";

*/
create(params: CreateRepoParams): RepositoryConfig<EmptyObject>;
create(params: CreateRepoParams): RepositoryConfig;
/**

@@ -61,3 +61,3 @@ * Creates a branch

}
export interface RepositoryConfig<Data> {
export interface RepositoryConfig<Data = EmptyObject> {
readonly id: string;

@@ -64,0 +64,0 @@ readonly branches: ReadonlyArray<string>;

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