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.2 to 2.3.3

5

dist/schemas.gen.d.ts

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

};
readonly webhookNotified: {
readonly type: "boolean";
readonly description: "Wether or not the webhook was notified about mint";
readonly example: false;
};
};

@@ -618,0 +623,0 @@ };

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

'$ref': '#/components/schemas/Error'
},
webhookNotified: {
type: 'boolean',
description: 'Wether or not the webhook was notified about mint',
example: false
}

@@ -628,0 +633,0 @@ }

4

dist/types.gen.d.ts

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

error?: Error;
/**
* Wether or not the webhook was notified about mint
*/
webhookNotified?: boolean;
};

@@ -390,0 +394,0 @@ export type pspType = 'Lydia' | 'Stripe' | 'Crypto';

2

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

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

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

'$ref': '#/components/schemas/Error'
},
webhookNotified: {
type: 'boolean',
description: 'Wether or not the webhook was notified about mint',
example: false
}

@@ -655,0 +660,0 @@ }

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

error?: Error;
/**
* Wether or not the webhook was notified about mint
*/
webhookNotified?: boolean;
};

@@ -429,0 +433,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