opensea-js
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -25,3 +25,2 @@ "use strict"; | ||
require("isomorphic-unfetch"); | ||
const url_1 = require("url"); | ||
const constants_1 = require("./constants"); | ||
@@ -269,3 +268,3 @@ const utils_1 = require("./orders/utils"); | ||
objectToSearchParams(params = {}) { | ||
const urlSearchParams = new url_1.URLSearchParams(); | ||
const urlSearchParams = new URLSearchParams(); | ||
Object.entries(params).forEach(([key, value]) => { | ||
@@ -272,0 +271,0 @@ if (value && Array.isArray(value)) { |
{ | ||
"name": "opensea-js", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "JavaScript SDK for the OpenSea marketplace helps developers build new experiences using NFTs and our marketplace data!", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
import "isomorphic-unfetch"; | ||
import { URLSearchParams } from "url"; | ||
import { API_BASE_MAINNET, API_BASE_TESTNET, API_PATH } from "./constants"; | ||
@@ -4,0 +3,0 @@ import { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3555445
89835