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

@unique-nft/sdk

Package Overview
Dependencies
Maintainers
7
Versions
152
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.2.4 to 0.2.5

6

index.js

@@ -43,3 +43,3 @@ import Axios from 'axios';

const isSubmitTxBody = (args) => isUnsignedTxPayloadResponse(args) && !!args && "signature" in args;
function sleep$1(ms) {
function sleep(ms) {
return new Promise((resolve) => {

@@ -139,3 +139,3 @@ setTimeout(resolve, ms);

}
await sleep$1(this.client.params.waitBetweenStatusRequestsInMs);
await sleep(this.client.params.waitBetweenStatusRequestsInMs);
}

@@ -555,3 +555,3 @@ throw new Error();

var version = "0.2.4";
var version = "0.2.5";

@@ -558,0 +558,0 @@ class Common extends Section {

{
"name": "@unique-nft/sdk",
"version": "0.2.4",
"version": "0.2.5",
"license": "MIT",

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

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