Socket
Socket
Sign inDemoInstall

@rumblefishdev/eth-signer-kms

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rumblefishdev/eth-signer-kms - npm Package Compare versions

Comparing version 1.6.0 to 1.7.0

2

dist/provider.js

@@ -81,3 +81,3 @@ "use strict";

const txSignature = await eth_1.createSignature({
kmsInstance: this.kmsInstance,
kmsInstance: self.kmsInstance,
keyId: self.keyId,

@@ -84,0 +84,0 @@ message: tx.getMessageToSign(),

{
"name": "@rumblefishdev/eth-signer-kms",
"version": "1.6.0",
"version": "1.7.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -95,3 +95,3 @@ import ProviderEngine from 'web3-provider-engine'

const txSignature = await createSignature({
kmsInstance: this.kmsInstance,
kmsInstance: self.kmsInstance,
keyId: self.keyId,

@@ -98,0 +98,0 @@ message: tx.getMessageToSign(),

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