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

@white-matrix/amethyst-protocol-v2-sdk

Package Overview
Dependencies
Maintainers
13
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@white-matrix/amethyst-protocol-v2-sdk - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

8

dist/sdk/src/client/EtherERC721Client.js

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

}
return this.erc721.tokenURI(tokenId, config);
return this.erc721.tokenURI(tokenId, { ...config });
}

@@ -56,3 +56,3 @@ totalSupply(config) {

}
return this.erc721.totalSupply(config);
return this.erc721.totalSupply({ ...config });
}

@@ -63,3 +63,3 @@ tokenOfOwnerByIndex(owner, index, config) {

}
return this.erc721.tokenOfOwnerByIndex(owner, index, config);
return this.erc721.tokenOfOwnerByIndex(owner, index, { ...config });
}

@@ -70,3 +70,3 @@ tokenByIndex(index, config) {

}
return this.erc721.tokenByIndex(index, config);
return this.erc721.tokenByIndex(index, { ...config });
}

@@ -73,0 +73,0 @@ async transferFrom(from, to, tokenId, config) {

{
"name": "@white-matrix/amethyst-protocol-v2-sdk",
"version": "0.0.5",
"version": "0.0.6",
"main": "dist/sdk/src/index.js",

@@ -5,0 +5,0 @@ "types": "dist/sdk/src/index.d.ts",

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