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.4-storage-module.1 to 0.0.4-storage-module.2

1

lib/constants.d.ts

@@ -38,2 +38,3 @@ export declare const GAS = "200000000000000";

export declare const MINTBASE_API_KEY: string;
export declare const ANON_USER_WARNING = "Warning: you are using the anonymous mintbase api key. You may want to specify yours.";
export declare const NEAR_NETWORK: string;

@@ -40,0 +41,0 @@ export declare const MB_MAINNET_TOKEN_FACTORY_ADDRESS = "mintbase1.near";

3

lib/constants.js
"use strict";
var _a, _b;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DEFAULT_MB_LOGO = exports.MB_TOKEN_FACTORY_ADDRESS = exports.MB_TESTNET_TOKEN_FACTORY_ADDRESS = exports.MB_MAINNET_TOKEN_FACTORY_ADDRESS = exports.NEAR_NETWORK = exports.MINTBASE_API_KEY = exports.MINTBASE_API_ANON_USER = exports.MINTBASE_API_KEY_HEADER = exports.Network = exports.DEPOSIT_CONSTANTS = exports.GAS_CONSTANTS = exports.MARKET_METHOD_NAMES = exports.TOKEN_METHOD_NAMES = exports.ONE_YOCTO = exports.MAX_GAS = exports.GAS = void 0;
exports.DEFAULT_MB_LOGO = exports.MB_TOKEN_FACTORY_ADDRESS = exports.MB_TESTNET_TOKEN_FACTORY_ADDRESS = exports.MB_MAINNET_TOKEN_FACTORY_ADDRESS = exports.NEAR_NETWORK = exports.ANON_USER_WARNING = exports.MINTBASE_API_KEY = exports.MINTBASE_API_ANON_USER = exports.MINTBASE_API_KEY_HEADER = exports.Network = exports.DEPOSIT_CONSTANTS = exports.GAS_CONSTANTS = exports.MARKET_METHOD_NAMES = exports.TOKEN_METHOD_NAMES = exports.ONE_YOCTO = exports.MAX_GAS = exports.GAS = void 0;
exports.GAS = '200000000000000';

@@ -44,2 +44,3 @@ exports.MAX_GAS = '300000000000000';

exports.MINTBASE_API_ANON_USER;
exports.ANON_USER_WARNING = 'Warning: you are using the anonymous mintbase api key. You may want to specify yours.';
exports.NEAR_NETWORK = process.env.NEAR_NETWORK || ((_b = globalThis === null || globalThis === void 0 ? void 0 : globalThis.localStorage) === null || _b === void 0 ? void 0 : _b.getItem('NEAR_NETWORK')) || exports.Network.MAINNET;

@@ -46,0 +47,0 @@ exports.MB_MAINNET_TOKEN_FACTORY_ADDRESS = 'mintbase1.near';

{
"name": "@mintbase-js/sdk",
"version": "0.0.4-storage-module.1",
"version": "0.0.4-storage-module.2",
"description": "Core functions for Mintbase JS SDK",

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

},
"gitHead": "77bfdb9aea2842ca5ce237681dbba325167b6dfa"
"gitHead": "c7e08a4e118f84d44a2b9282966e0f776356e65e"
}

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