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

@0xsequence/replacer

Package Overview
Dependencies
Maintainers
5
Versions
275
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 0.0.0-20230417133433 to 0.0.0-20230504182418

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,3 +107,2 @@ async runByEIP5719(address, digest, signature) {

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

@@ -119,2 +118,3 @@ 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,3 +107,2 @@ async runByEIP5719(address, digest, signature) {

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

@@ -119,2 +118,3 @@ 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,3 +103,2 @@ async runByEIP5719(address, digest, signature) {

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

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

};
this.gateway = gateway;
}

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

{
"name": "@0xsequence/replacer",
"version": "0.0.0-20230417133433",
"version": "0.0.0-20230504182418",
"description": "EIP-5719 client implementation",

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

"dependencies": {
"@0xsequence/abi": "0.0.0-20230417133433",
"@0xsequence/core": "0.0.0-20230417133433"
"@0xsequence/abi": "0.0.0-20230504182418",
"@0xsequence/core": "0.0.0-20230504182418"
},

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