New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@falaleev/payment-sdk

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@falaleev/payment-sdk - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

6

dist/gen/payment/payment.d.ts

@@ -279,8 +279,8 @@ import { type CallContext, type CallOptions } from "nice-grpc-common";

export interface Customer {
/** имя клиента */
name: string;
/** электронная почта клиента */
email: string;
/** имя клиента */
name?: string | undefined;
/** телефон клиента */
phone: string;
phone?: string | undefined;
}

@@ -287,0 +287,0 @@ export interface CancelReq {

{
"name": "@falaleev/payment-sdk",
"version": "1.0.17",
"version": "1.0.18",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.d.ts",

Sorry, the diff of this file is too big to display

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