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

opensea-js

Package Overview
Dependencies
Maintainers
5
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 6.0.1 to 6.0.2

3

lib/api.js

@@ -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

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