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

@unique-nft/sdk

Package Overview
Dependencies
Maintainers
7
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@unique-nft/sdk - npm Package Compare versions

Comparing version 0.1.12 to 0.1.13

7

index.js

@@ -93,10 +93,9 @@ import Axios from 'axios';

async getFee(args) {
var _a;
const response = await this.client.instance({
method: this.method,
url: this.url,
params: { use: "Build", withFee: true },
params: { use: "GetFee" },
data: args
});
return (_a = response == null ? void 0 : response.data) == null ? void 0 : _a.fee;
return response == null ? void 0 : response.data;
}

@@ -508,3 +507,3 @@ async sign(args, options) {

var version = "0.1.12";
var version = "0.1.13";

@@ -511,0 +510,0 @@ class Common extends Section {

{
"name": "@unique-nft/sdk",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",

@@ -5,0 +5,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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

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