ethereumjs-tx
Advanced tools
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 |
{ | ||
"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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
1690876
36163