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

@cometh/checkout-sdk

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cometh/checkout-sdk - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

3

dist/schemas.gen.d.ts

@@ -130,2 +130,5 @@ export declare const $LydiaSettings: {

};
readonly eurc: {
readonly $ref: "#/components/schemas/ContractAddress";
};
};

@@ -132,0 +135,0 @@ };

@@ -130,2 +130,5 @@ // This file is auto-generated by @hey-api/openapi-ts

'$ref': '#/components/schemas/ContractAddress'
},
eurc: {
'$ref': '#/components/schemas/ContractAddress'
}

@@ -132,0 +135,0 @@ }

@@ -78,2 +78,3 @@ export type LydiaSettings = {

usdc?: ContractAddress;
eurc?: ContractAddress;
};

@@ -80,0 +81,0 @@ export type type = 'mainnet' | 'testnet';

2

package.json
{
"name": "@cometh/checkout-sdk",
"version": "2.3.4",
"version": "2.3.5",
"description": "SDK to use Cometh Checkout API",

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

@@ -139,2 +139,5 @@ // This file is auto-generated by @hey-api/openapi-ts

'$ref': '#/components/schemas/ContractAddress'
},
eurc: {
'$ref': '#/components/schemas/ContractAddress'
}

@@ -141,0 +144,0 @@ }

@@ -92,2 +92,3 @@ // This file is auto-generated by @hey-api/openapi-ts

usdc?: ContractAddress;
eurc?: ContractAddress;
};

@@ -94,0 +95,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