Socket
Socket
Sign inDemoInstall

vanilli-shop-client

Package Overview
Dependencies
45
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.6 to 1.5.7

1

dist/models/category.d.ts
import { IBaseDto } from "./base";
export interface ICategoryDto extends IBaseDto {
name: string;
img?: string;
}

2

package.json
{
"name": "vanilli-shop-client",
"version": "1.5.6",
"version": "1.5.7",
"description": "Client for Vanilli Shop API",

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

import {IBaseDto} from "./base";
export interface ICategoryDto extends IBaseDto {
name: string
name: string,
img?: string
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc