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

@vendure/common

Package Overview
Dependencies
Maintainers
1
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vendure/common - npm Package Compare versions

Comparing version 0.9.0 to 0.10.0

16

lib/shared-types.d.ts

@@ -28,12 +28,10 @@ export declare type DeepPartial<T> = {

}
export interface AdminUiExtension {
id?: string;
extensionPath: string;
ngModules: AdminUiExtensionModule[];
staticAssets?: string[];
export interface AdminUiAppConfig {
path: string;
compile?: () => Promise<void>;
}
export interface AdminUiExtensionModule {
type: 'shared' | 'lazy';
ngModuleFileName: string;
ngModuleName: string;
export interface AdminUiAppDevModeConfig {
sourcePath: string;
port: number;
compile: () => Promise<void>;
}
{
"name": "@vendure/common",
"version": "0.9.0",
"version": "0.10.0",
"main": "index.js",

@@ -24,3 +24,3 @@ "license": "MIT",

},
"gitHead": "2907b08ff55608cd9ce5923f1e7a4992349f1f11"
"gitHead": "eb218b2814d8f4a2c9cb8fb3545ba428e9bcf948"
}
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