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.37 to 0.0.38

4

lib/content.d.ts

@@ -23,3 +23,3 @@ import { Region } from "./portal";

}
export interface Content<A extends object = object, PageConfig extends object = object> {
export interface Content<A extends object = object, PageConfig extends object = object, XData extends object = object> {
readonly _id: string;

@@ -40,3 +40,3 @@ readonly _name: string;

readonly data: A;
readonly x: Record<string, any>;
readonly x: Record<string, Record<string, XData>>;
readonly page: Page<PageConfig>;

@@ -43,0 +43,0 @@ readonly attachments: Attachments;

{
"name": "enonic-types",
"version": "0.0.37",
"version": "0.0.38",
"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