Socket
Socket
Sign inDemoInstall

@0xsequence/relayer

Package Overview
Dependencies
Maintainers
6
Versions
473
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@0xsequence/relayer - npm Package Compare versions

Comparing version 0.0.0-20240718140827 to 0.0.0-20240807210827

2

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

@@ -971,3 +971,3 @@ 'use strict';

}
const fetch = typeof global === 'object' ? global.fetch : window.fetch;
const fetch = globalThis.fetch;

@@ -974,0 +974,0 @@ // TODO: rename to SequenceRelayer

@@ -971,3 +971,3 @@ 'use strict';

}
const fetch = typeof global === 'object' ? global.fetch : window.fetch;
const fetch = globalThis.fetch;

@@ -974,0 +974,0 @@ // TODO: rename to SequenceRelayer

@@ -967,3 +967,3 @@ import { ethers, providers, Signer } from 'ethers';

}
const fetch = typeof global === 'object' ? global.fetch : window.fetch;
const fetch = globalThis.fetch;

@@ -970,0 +970,0 @@ // TODO: rename to SequenceRelayer

{
"name": "@0xsequence/relayer",
"version": "0.0.0-20240718140827",
"version": "0.0.0-20240807210827",
"description": "relayer sub-package for Sequence",

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

"dependencies": {
"@0xsequence/abi": "0.0.0-20240718140827",
"@0xsequence/core": "0.0.0-20240718140827",
"@0xsequence/utils": "0.0.0-20240718140827"
"@0xsequence/abi": "0.0.0-20240807210827",
"@0xsequence/core": "0.0.0-20240807210827",
"@0xsequence/utils": "0.0.0-20240807210827"
},

@@ -23,4 +23,4 @@ "peerDependencies": {

"ethers": "^5.7.2",
"@0xsequence/signhub": "0.0.0-20240718140827",
"@0xsequence/tests": "0.0.0-20240718140827"
"@0xsequence/signhub": "0.0.0-20240807210827",
"@0xsequence/tests": "0.0.0-20240807210827"
},

@@ -27,0 +27,0 @@ "files": [

@@ -34,3 +34,3 @@ import { ethers } from 'ethers'

const fetch = typeof global === 'object' ? global.fetch : window.fetch
const fetch = globalThis.fetch

@@ -37,0 +37,0 @@ // TODO: rename to SequenceRelayer

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