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

@refinableco/refinable-sdk

Package Overview
Dependencies
Maintainers
2
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@refinableco/refinable-sdk - npm Package Compare versions

Comparing version 4.5.0-next.3 to 4.5.0-next.4

4

lib/nft/ERC721NFT.js

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

try {
setApprovalForAllTx = yield nftTokenContract.contract.setApprovalForAll(operatorAddress, true);
setApprovalForAllTx = yield nftTokenContract.sendTransaction("setApprovalForAll", [operatorAddress, true]);
}

@@ -43,3 +43,3 @@ catch (ex) {

const fee = yield this.refinable.provider.getFeeData();
setApprovalForAllTx = yield nftTokenContract.contract.setApprovalForAll(operatorAddress, true, {
setApprovalForAllTx = yield nftTokenContract.sendTransaction("setApprovalForAll", [operatorAddress, true], {
gasLimit: gasLimit,

@@ -46,0 +46,0 @@ gasPrice: fee.gasPrice,

@@ -232,3 +232,2 @@ "use strict";

});
console.log(input);
const response = yield this.refinable.graphqlClient.request(exports.OPENSEA_LIST_FOR_SALE, {

@@ -235,0 +234,0 @@ input,

{
"name": "@refinableco/refinable-sdk",
"version": "4.5.0-next.3",
"version": "4.5.0-next.4",
"description": "The Refinable SDK allows you to easily interact with the Refinable Marketplace to mint, sell and buy NFTs",

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

Sorry, the diff of this file is not supported yet

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