New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@0xsequence/replacer

Package Overview
Dependencies
Maintainers
6
Versions
304
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/replacer - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

4

dist/0xsequence-replacer.cjs.dev.js

@@ -20,6 +20,6 @@ 'use strict';

constructor(provider, solver, window = 1000) {
this.pending = new Map();
this.provider = provider;
this.solver = solver;
this.window = window;
this.pending = new Map();
}

@@ -107,2 +107,3 @@ async runByEIP5719(address, digest, signature) {

var _this = this;
this.gateway = gateway;
this.uri = uri => {

@@ -118,3 +119,2 @@ if (isIPFS(uri)) return useGateway(uri, this.gateway);

};
this.gateway = gateway;
}

@@ -121,0 +121,0 @@ }

@@ -20,6 +20,6 @@ 'use strict';

constructor(provider, solver, window = 1000) {
this.pending = new Map();
this.provider = provider;
this.solver = solver;
this.window = window;
this.pending = new Map();
}

@@ -107,2 +107,3 @@ async runByEIP5719(address, digest, signature) {

var _this = this;
this.gateway = gateway;
this.uri = uri => {

@@ -118,3 +119,2 @@ if (isIPFS(uri)) return useGateway(uri, this.gateway);

};
this.gateway = gateway;
}

@@ -121,0 +121,0 @@ }

@@ -16,6 +16,6 @@ import { ethers } from 'ethers';

constructor(provider, solver, window = 1000) {
this.pending = new Map();
this.provider = provider;
this.solver = solver;
this.window = window;
this.pending = new Map();
}

@@ -103,2 +103,3 @@ async runByEIP5719(address, digest, signature) {

var _this = this;
this.gateway = gateway;
this.uri = uri => {

@@ -114,3 +115,2 @@ if (isIPFS(uri)) return useGateway(uri, this.gateway);

};
this.gateway = gateway;
}

@@ -117,0 +117,0 @@ }

{
"name": "@0xsequence/replacer",
"version": "1.5.0",
"version": "1.6.0",
"description": "EIP-5719 client implementation",

@@ -12,4 +12,4 @@ "repository": "https://github.com/0xsequence/sequence.js/tree/master/packages/replacer",

"dependencies": {
"@0xsequence/abi": "1.5.0",
"@0xsequence/core": "1.5.0"
"@0xsequence/abi": "1.6.0",
"@0xsequence/core": "1.6.0"
},

@@ -16,0 +16,0 @@ "peerDependencies": {

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