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 1.0.15 to 1.0.16

5

dist/schemas.gen.d.ts

@@ -281,2 +281,7 @@ export declare const $LydiaSettings: {

};
readonly clientSecret: {
readonly type: "string";
readonly description: "Stripe client secret used for embedded checkout. Only present when using Stripe";
readonly example: "some-secret";
};
};

@@ -283,0 +288,0 @@ };

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

example: 'https://some.psp.com/uri'
},
clientSecret: {
type: 'string',
description: 'Stripe client secret used for embedded checkout. Only present when using Stripe',
example: 'some-secret'
}

@@ -289,0 +294,0 @@ }

4

dist/types.gen.d.ts

@@ -181,2 +181,6 @@ export type LydiaSettings = {

url: string;
/**
* Stripe client secret used for embedded checkout. Only present when using Stripe
*/
clientSecret?: string;
};

@@ -183,0 +187,0 @@ /**

2

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

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

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

example: 'https://some.psp.com/uri'
},
clientSecret: {
type: 'string',
description: 'Stripe client secret used for embedded checkout. Only present when using Stripe',
example: 'some-secret'
}

@@ -308,0 +313,0 @@ }

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

url: string;
/**
* Stripe client secret used for embedded checkout. Only present when using Stripe
*/
clientSecret?: string;
};

@@ -207,0 +211,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