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

ethereumjs-tx

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ethereumjs-tx - npm Package Compare versions

Comparing version 0.7.3 to 1.0.0

11

index.js

@@ -90,13 +90,2 @@ const ethUtil = require('ethereumjs-util')

Object.defineProperty(this, 'from', {
enumerable: false,
configurable: true,
get: function () {
return this.getSenderAddress()
},
set: function (v) {
this._from = v
}
})
/**

@@ -103,0 +92,0 @@ * Returns the rlp encoding of the transaction

4

package.json
{
"name": "ethereumjs-tx",
"version": "0.7.3",
"version": "1.0.0",
"description": "An simple module for creating, manipulating and signing ethereum transactions",

@@ -40,3 +40,3 @@ "main": "index.js",

"minimist": "^1.2.0",
"standard": "^5.2.2",
"standard": "^6.0.4",
"tape": "^4.0.3"

@@ -43,0 +43,0 @@ },

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