Socket
Socket
Sign inDemoInstall

playermint-ctl

Package Overview
Dependencies
207
Maintainers
6
Versions
37
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

4

index.d.ts

@@ -15,2 +15,3 @@ import bigInt = require('big-integer');

export function callGetBfNfts(config: Config,token:String): Promise<[NftInfo]>;
export function callInitMarket(config: Config): Promise<string>;

@@ -46,3 +47,4 @@ export type NetworkId = 0 | 1;

nftImg: string,
nftDescription?: string
nftDescription?: string,
nftRate: number
}

@@ -49,0 +51,0 @@

@@ -57,1 +57,6 @@ const playermint = import("./dist/bundle");

}
exports.callInitMarket = async (config) => {
const pm = await playermint;
return pm.callInitMarket(config)();
}
{
"name": "playermint-ctl",
"version": "1.0.1",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

Sorry, the diff of this file is too big to display

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc