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.29 to 0.1.30

9

dist/components/WinterCheckout.js

@@ -34,3 +34,4 @@ "use strict";

language,
appearance
appearance,
gentkId
} = _ref;

@@ -96,2 +97,6 @@ const [projectUrl, setProjectUrl] = (0, _react.useState)("");

if (gentkId) {
queryString += "&gentkId=".concat(gentkId);
}
if (extraMintParams != null) {

@@ -111,3 +116,3 @@ queryString += "&extraMintParams=".concat(encodeURIComponent(JSON.stringify(extraMintParams)));

setProjectUrl(url);
}, [onSuccess, onClose, projectId, showModal, walletAddress, email, mintQuantity, erc1155Video, title, brandImage, extraMintParams, priceFunctionParams, production, language, appearance]);
}, [onSuccess, onClose, projectId, showModal, walletAddress, email, mintQuantity, erc1155Video, title, brandImage, extraMintParams, priceFunctionParams, production, language, appearance, gentkId]);
return showModal ? /*#__PURE__*/_react.default.createElement("div", {

@@ -114,0 +119,0 @@ dangerouslySetInnerHTML: {

{
"name": "@usewinter/checkout",
"version": "0.1.29",
"version": "0.1.30",
"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