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

31port-js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

31port-js - npm Package Compare versions

Comparing version 1.1.5 to 1.1.6

2

lib/constants.d.ts

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

export declare const CROSS_CHAIN_SEAPORT_ADDRESS = "0x00000000006c3852cbef3e08e8df289169ede581";
export declare const CROSS_CHAIN_SEAPORT_V1_4_ADDRESS = "0x00000000000001ad428e4906aE43D8F9852d0dD6";
export declare const CROSS_CHAIN_SEAPORT_V1_4_ADDRESS = "0x00000000000000adc04c56bf30ac9d3c0aaf14dc";
export declare const DOMAIN_REGISTRY_ADDRESS = "0x000000000DaD0DE04D2B2D4a5A74581EBA94124A";

@@ -216,4 +216,4 @@ "use strict";

this.contract = new ethers_1.Contract((_g = overrides === null || overrides === void 0 ? void 0 : overrides.contractAddress) !== null && _g !== void 0 ? _g : (seaportVersion === "1.4"
? constants_1.CROSS_CHAIN_SEAPORT_V1_4_ADDRESS
: constants_1.CROSS_CHAIN_SEAPORT_ADDRESS), seaportVersion === "1.4" ? Seaport_v1_4_1.SeaportABIv14 : Seaport_1.SeaportABI, this.multicallProvider);
? "0x00000000000000adc04c56bf30ac9d3c0aaf14dc"
: "0x00000000000000adc04c56bf30ac9d3c0aaf14dc"), seaportVersion === "1.4" ? Seaport_v1_4_1.SeaportABIv14 : Seaport_1.SeaportABI, this.multicallProvider);
this.domainRegistry = new ethers_1.Contract((_h = overrides === null || overrides === void 0 ? void 0 : overrides.domainRegistryAddress) !== null && _h !== void 0 ? _h : constants_1.DOMAIN_REGISTRY_ADDRESS, DomainRegistry_1.DomainRegistryABI, this.multicallProvider);

@@ -471,2 +471,3 @@ this.config = {

case 3:
console.log(_g, "counter");
orderComponents = (_h.counter = (_g).toString(),

@@ -473,0 +474,0 @@ _h);

{
"name": "31port-js",
"version": "1.1.5",
"version": "1.1.6",
"description": "[Seaport](https://github.com/ProjectOpenSea/seaport) is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a JavaScript library intended to make interfacing with the contract reasonable and easy.",

@@ -24,13 +24,3 @@ "license": "MIT",

"scripts": {
"build": "tsc -p tsconfig.build.json",
"check-types": "tsc --noEmit -p src/__tests__/tsconfig.json",
"check-types:incremental": "npm run check-types --incremental",
"coverage": "c8 yarn test",
"eslint:check": "eslint . --max-warnings 0 --ext .js,.jsx,.ts,.tsx",
"lint": "concurrently \"npm run check-types\" \"npm run eslint:check\" \"npm run prettier:check\" \"npm run prettier:check:package.json\"",
"prepare": "npm run build",
"prettier:check": "prettier --check .",
"prettier:check:package.json": "prettier-package-json --list-different",
"prettier:fix": "prettier --write .",
"test": "hardhat test"
},

@@ -103,3 +93,3 @@ "types": "lib/index.d.ts",

"typechain": "^7.0.1",
"typescript": "^4.6.2"
"typescript": "^4.9.5"
},

@@ -106,0 +96,0 @@ "engines": {

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