Socket
Socket
Sign inDemoInstall

vanilli-shop-client

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vanilli-shop-client - npm Package Compare versions

Comparing version 0.9.15 to 0.9.16

2

dist/models/customer.d.ts
export interface ICustomerDto {
firstName: string | undefined;
lastName: string | undefined;
company?: string;
companyName?: string;
email: string | undefined;
phone: string | undefined;
}
{
"name": "vanilli-shop-client",
"version": "0.9.15",
"version": "0.9.16",
"description": "Client for Vanilli Shop API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

export interface ICustomerDto {
firstName: string | undefined,
lastName: string | undefined,
company?: string,
companyName?: string,
email: string | undefined,
phone: string | undefined,
}
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