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.15 to 0.0.16

14

lib/content.d.ts

@@ -46,2 +46,16 @@ import { Component } from "./portal";

}
export interface Image {
readonly media: {
readonly attachment: string;
readonly focalPoint: {
readonly x: number;
readonly y: number;
};
};
readonly caption?: string;
readonly artist?: string | ReadonlyArray<string>;
readonly copyright?: string;
readonly tags?: string | ReadonlyArray<string>;
readonly altText?: string;
}
export interface Page<A> {

@@ -48,0 +62,0 @@ readonly type: string;

6

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

@@ -29,7 +29,7 @@ "main": "lib/index.js",

"@typescript-eslint/parser": "^2.12.0",
"eslint": "^6.7.2",
"eslint": "^6.8.0",
"husky": "^3.1.0",
"lint-staged": "^9.5.0",
"rimraf": "^3.0.0",
"typescript": "^3.7.3"
"typescript": "^3.7.4"
},

@@ -36,0 +36,0 @@ "husky": {

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