Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@enonic-types/lib-app

Package Overview
Dependencies
Maintainers
3
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@enonic-types/lib-app - npm Package Compare versions

Comparing version 7.11.0 to 7.11.1

4

app.d.ts

@@ -14,2 +14,4 @@ /**

}
import type { ByteSource } from '@enonic-types/core';
export type { ByteSource } from '@enonic-types/core';
export interface CreateVirtualApplicationParams {

@@ -75,3 +77,3 @@ key: string;

export interface Icon {
data: unknown;
data: ByteSource;
mimeType: string;

@@ -78,0 +80,0 @@ modifiedTime: string;

{
"name": "@enonic-types/lib-app",
"version": "7.11.0",
"version": "7.11.1",
"description": "Type definitions for lib-app.",

@@ -29,3 +29,5 @@ "types": "app.d.ts",

"homepage": "https://github.com/enonic/xp/tree/master#readme",
"dependencies": {},
"dependencies": {
"@enonic-types/core": "7.11.1"
},
"publishConfig": {

@@ -32,0 +34,0 @@ "access": "public"

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