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

opensea-js

Package Overview
Dependencies
Maintainers
4
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.0.2 to 7.0.3

2

lib/api/api.js

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

const response = await req.send();
if (!response.ok) {
if (!response.ok()) {
// If an errors array is returned, throw with the error messages.

@@ -380,0 +380,0 @@ const errors = response.bodyJson?.errors;

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

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

@@ -623,3 +623,3 @@ import { ethers } from "ethers";

const response = await req.send();
if (!response.ok) {
if (!response.ok()) {
// If an errors array is returned, throw with the error messages.

@@ -626,0 +626,0 @@ const errors = response.bodyJson?.errors;

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