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 1.6.1 to 1.6.2

3

dist/models/product.d.ts

@@ -22,3 +22,4 @@ import { IBaseDto, IPropertyDto } from "./base";

export interface IProductGroupProductDto extends IBaseDto {
code: string;
ref: string;
code?: string;
name: string;

@@ -25,0 +26,0 @@ }

{
"name": "vanilli-shop-client",
"version": "1.6.1",
"version": "1.6.2",
"description": "Client for Vanilli Shop API",

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

@@ -26,3 +26,4 @@ import {IBaseDto, IPropertyDto} from "./base";

export interface IProductGroupProductDto extends IBaseDto {
code: string,
ref: string,
code?: string,
name: string

@@ -29,0 +30,0 @@ }

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