Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@usewinter/checkout

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@usewinter/checkout - npm Package Compare versions

Comparing version 0.1.32 to 0.1.33

6

dist/components/WinterCheckout.js

@@ -77,2 +77,4 @@ "use strict";

queryString += "contractAddress=" + contractAddress + "&tokenId=" + tokenId;
} else if (assetId) {
queryString += "assetId=" + assetId;
}

@@ -120,6 +122,2 @@

if (assetId) {
queryString += "&assetId=".concat(assetId);
}
if (extraMintParams) {

@@ -126,0 +124,0 @@ queryString += "&extraMintParams=".concat(encodeURIComponent(JSON.stringify(extraMintParams)));

{
"name": "@usewinter/checkout",
"version": "0.1.32",
"version": "0.1.33",
"description": "Integrate Winter's NFT checkout with this React component",

@@ -5,0 +5,0 @@ "author": "Evan Fisher",

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