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

@reservoir0x/ethers-wallet-adapter

Package Overview
Dependencies
Maintainers
8
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reservoir0x/ethers-wallet-adapter - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

2

dist/index.js

@@ -57,3 +57,3 @@ var $9eZPt$reservoir0xreservoirsdk = require("@reservoir0x/reservoir-sdk");

handleSendTransactionStep: async (chainId, stepItem)=>{
const { gas: gas , ...stepData } = stepItem.data;
const { gas: gas, ...stepData } = stepItem.data;
const transaction = await signer.sendTransaction({

@@ -60,0 +60,0 @@ ...stepData,

@@ -41,3 +41,3 @@ import {getClient as $eNUu9$getClient, LogLevel as $eNUu9$LogLevel} from "@reservoir0x/reservoir-sdk";

handleSendTransactionStep: async (chainId, stepItem)=>{
const { gas: gas , ...stepData } = stepItem.data;
const { gas: gas, ...stepData } = stepItem.data;
const transaction = await signer.sendTransaction({

@@ -44,0 +44,0 @@ ...stepData,

{
"name": "@reservoir0x/ethers-wallet-adapter",
"version": "0.0.13",
"version": "0.0.14",
"description": "An adapter used to convert an ethersjs signer to a Reservoir Wallet for use in the @reservoir0x/reservoir-sdk",

@@ -41,3 +41,3 @@ "source": "src/index.ts",

"peerDependencies": {
"@reservoir0x/reservoir-sdk": "1.2.1",
"@reservoir0x/reservoir-sdk": "1.2.2",
"ethers": "^5.6.1",

@@ -44,0 +44,0 @@ "viem": "~1.0.6"

Sorry, the diff of this file is not supported yet

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