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

opensea-js

Package Overview
Dependencies
Maintainers
0
Versions
300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

opensea-js - npm Package Compare versions

Comparing version 7.1.12 to 7.1.13

6

lib/sdk.js

@@ -164,4 +164,6 @@ "use strict";

}
for (const fee of collectionFees) {
considerationItems.push(getConsiderationItem((0, utils_2.basisPointsForFee)(fee), fee.recipient));
if (collectionFeesBasisPoints > 0) {
for (const fee of collectionFees) {
considerationItems.push(getConsiderationItem((0, utils_2.basisPointsForFee)(fee), fee.recipient));
}
}

@@ -168,0 +170,0 @@ return considerationItems;

{
"name": "opensea-js",
"version": "7.1.12",
"version": "7.1.13",
"description": "TypeScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -308,6 +308,8 @@ import EventEmitter = require("events");

}
for (const fee of collectionFees) {
considerationItems.push(
getConsiderationItem(basisPointsForFee(fee), fee.recipient),
);
if (collectionFeesBasisPoints > 0) {
for (const fee of collectionFees) {
considerationItems.push(
getConsiderationItem(basisPointsForFee(fee), fee.recipient),
);
}
}

@@ -314,0 +316,0 @@ return considerationItems;

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