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

@crossmint/client-sdk-base

Package Overview
Dependencies
Maintainers
6
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@crossmint/client-sdk-base - npm Package Compare versions

Comparing version 0.2.2-alpha.0 to 0.2.2-alpha.1

2

lib/index.d.ts

@@ -62,3 +62,3 @@ declare function generateClientId(): string;

hideMintOnInactiveClient?: boolean;
mintConfig?: PayButtonConfig;
mintConfig?: PayButtonConfig | PayButtonConfig[];
whPassThroughArgs?: any;

@@ -65,0 +65,0 @@ paymentMethod?: paymentMethods;

{
"name": "@crossmint/client-sdk-base",
"version": "0.2.2-alpha.0",
"version": "0.2.2-alpha.1",
"author": "Paella Labs Inc",

@@ -34,3 +34,3 @@ "license": "Apache-2.0",

},
"gitHead": "16aabf6d5e74aacab2861c8db002bcba11e6ac45"
"gitHead": "db204aa1865e1a7820b8562bda6ba89195a01e39"
}

@@ -50,3 +50,3 @@ export enum clientNames {

export type Locale = "en-US" | "es-ES";
export type Currency = "USD" | "EUR"
export type Currency = "USD" | "EUR";

@@ -74,3 +74,3 @@ export interface BaseButtonProps {

hideMintOnInactiveClient?: boolean;
mintConfig?: PayButtonConfig;
mintConfig?: PayButtonConfig | PayButtonConfig[];
whPassThroughArgs?: any;

@@ -77,0 +77,0 @@ paymentMethod?: paymentMethods;

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