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

ethereumjs-tx

Package Overview
Dependencies
Maintainers
2
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 1.3.1 to 1.3.2

es5/index.js

2

docs/index.md

@@ -37,3 +37,3 @@ # Transaction

r: '5e1d3a76fbf824220eafc8c79ad578ad2b67d01b0c2425eb1f1347e8f50882ab',
s '5bd428537f05f9830e93792f90ea6a3e2d1ee84952dd96edbae9f658f831ab13'
s: '5bd428537f05f9830e93792f90ea6a3e2d1ee84952dd96edbae9f658f831ab13'
};

@@ -40,0 +40,0 @@ var tx = new Transaction(rawTx);

@@ -22,3 +22,3 @@ 'use strict'

* r: '5e1d3a76fbf824220eafc8c79ad578ad2b67d01b0c2425eb1f1347e8f50882ab',
* s '5bd428537f05f9830e93792f90ea6a3e2d1ee84952dd96edbae9f658f831ab13'
* s: '5bd428537f05f9830e93792f90ea6a3e2d1ee84952dd96edbae9f658f831ab13'
* };

@@ -84,2 +84,3 @@ * var tx = new Transaction(rawTx);

name: 'v',
allowZero: true,
default: new Buffer([0x1c])

@@ -89,2 +90,3 @@ }, {

length: 32,
allowZero: true,
allowLess: true,

@@ -95,2 +97,3 @@ default: new Buffer([])

length: 32,
allowZero: true,
allowLess: true,

@@ -97,0 +100,0 @@ default: new Buffer([])

{
"name": "ethereumjs-tx",
"version": "1.3.1",
"version": "1.3.2",
"description": "An simple module for creating, manipulating and signing ethereum transactions",

@@ -16,14 +16,2 @@ "main": "es5/index.js",

},
"browserify": {
"transform": [
[
"babelify",
{
"presets": [
"es2015"
]
}
]
]
},
"keywords": [

@@ -30,0 +18,0 @@ "ethereum",

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