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.4.0 to 0.5.0

5

lib/shared-types.d.ts

@@ -30,6 +30,9 @@ export declare type DeepPartial<T> = {

id?: string;
extensionPath: string;
ngModules: AdminUiExtensionModule[];
}
export interface AdminUiExtensionModule {
type: 'shared' | 'lazy';
ngModulePath: string;
ngModuleFileName: string;
ngModuleName: string;
}

4

package.json
{
"name": "@vendure/common",
"version": "0.4.0",
"version": "0.5.0",
"main": "index.js",

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

},
"gitHead": "5b44955ee065e1af76dc6e1cf898c000f99a89ae"
"gitHead": "0f7c6153af26257de5de146b128a3d779e1aea45"
}
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