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

@mintbase-js/sdk

Package Overview
Dependencies
Maintainers
2
Versions
1314
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mintbase-js/sdk - npm Package Compare versions

Comparing version 0.0.5-sdk-documentation-improvement.0 to 0.0.5-sdk-documentation-improvement.1

2

lib/batchChangeMinters/batchChangeMinters.js

@@ -16,3 +16,3 @@ "use strict";

if (addMinters.length === 0 && removeMinters.length === 0) {
throw new Error('There are no minters being provided to the batchChangeMinters method to be changed');
throw new Error('There are no minters being provided to the batchChangeMinters method to be changed, try adding account Ids to at least one of the minter fields)');
}

@@ -19,0 +19,0 @@ return {

@@ -15,3 +15,3 @@ "use strict";

if (nftContractId == null) {
throw new Error('You must provide a nftContractId or define a NFT_CONTRACT_ID enviroment variable to default to');
throw new Error('You must provide a nftContractId or define a NFT_CONTRACT_ID environment variable to default to');
}

@@ -18,0 +18,0 @@ if (splits) {

@@ -14,3 +14,3 @@ "use strict";

if (nftContractId == null) {
throw new Error('You must provide a nftContractId or define a NFT_CONTRACT_ID enviroment variable to default to');
throw new Error('You must provide a nftContractId or define a NFT_CONTRACT_ID environment variable to default to');
}

@@ -17,0 +17,0 @@ return {

{
"name": "@mintbase-js/sdk",
"version": "0.0.5-sdk-documentation-improvement.0",
"version": "0.0.5-sdk-documentation-improvement.1",
"description": "Core functions for Mintbase JS SDK",

@@ -25,3 +25,3 @@ "main": "lib/index.js",

},
"gitHead": "7756f9f7348590326b857b1f68970733020b7e93"
"gitHead": "f596ca370674e2e1b145f038967d7f2b30c6abf3"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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