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.6-alpha.1 to 0.2.6-alpha.2

2

lib/index.d.ts

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

type Locale = "en-US" | "es-ES";
type Currency = "USD" | "EUR" | "AUD";
type Currency = "USD" | "EUR" | "AUD" | "GBP";
interface BaseButtonProps {

@@ -48,0 +48,0 @@ className?: string;

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

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

},
"gitHead": "553b3f9876a13a008c837dc35fd5e8b315c568d8"
"gitHead": "145a44b798b218633e09b0a8dc7ef3a45cb6457e"
}

@@ -55,3 +55,3 @@ export const EVM_CHAINS = ["ethereum", "polygon", "bsc"] as const;

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

@@ -58,0 +58,0 @@ export interface BaseButtonProps {

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