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 2.0.4 to 2.0.7

1

dist/index.d.ts

@@ -303,3 +303,2 @@ import * as _hey_api_client_axios from '@hey-api/client-axios';

gateway: Gateway;
payment_id: number;
qr_type: QrType;

@@ -306,0 +305,0 @@ };

10

package.json
{
"name": "@falaleev/payment-sdk",
"version": "2.0.4",
"version": "2.0.7",
"type": "module",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"main": "./dist/index.cjs",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",

@@ -11,3 +11,3 @@ "exports": {

"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"require": "./dist/index.cjs",
"import": "./dist/index.js"

@@ -21,3 +21,3 @@ }

"watch": "npm run build -- --watch src",
"gen": "openapi-ts --file=openapi-ts.ts"
"gen": "openapi-ts --file=./openapi-ts.ts"
},

@@ -24,0 +24,0 @@ "files": [

Sorry, the diff of this file is not supported yet

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