ethjs-format
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -0,1 +1,7 @@ | ||
# 0.1.2 -- less dependencies | ||
1. Removal of utf8 dependency | ||
2. ethjs-util update | ||
3. package config update | ||
# 0.1.1 -- removal of BigNumber for BN | ||
@@ -2,0 +8,0 @@ |
@@ -5,5 +5,5 @@ 'use strict'; | ||
var BN = require('bn.js'); | ||
var stripHexPrefix = require('strip-hex-prefix'); | ||
var isHexPrefixed = require('is-hex-prefixed'); | ||
var toBuffer = require('ethjs-util').toBuffer; | ||
var stripHexPrefix = require('ethjs-util').stripHexPrefix; | ||
var isHexPrefixed = require('ethjs-util').isHexPrefixed; | ||
var arrayContainsArray = require('ethjs-util').arrayContainsArray; | ||
@@ -10,0 +10,0 @@ var getBinarySize = require('ethjs-util').getBinarySize; |
{ | ||
"name": "ethjs-format", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "A payload formatter for the Ethereum RPC layer.", | ||
@@ -124,4 +124,4 @@ "main": "lib/index.js", | ||
"bn.js": "4.11.6", | ||
"ethjs-schema": "^0.1.0", | ||
"ethjs-util": "0.1.1" | ||
"ethjs-schema": "0.1.0", | ||
"ethjs-util": "0.1.2" | ||
}, | ||
@@ -128,0 +128,0 @@ "devDependencies": { |
const schema = require('ethjs-schema'); | ||
const BN = require('bn.js'); | ||
const stripHexPrefix = require('strip-hex-prefix'); | ||
const isHexPrefixed = require('is-hex-prefixed'); | ||
const toBuffer = require('ethjs-util').toBuffer; | ||
const stripHexPrefix = require('ethjs-util').stripHexPrefix; | ||
const isHexPrefixed = require('ethjs-util').isHexPrefixed; | ||
const arrayContainsArray = require('ethjs-util').arrayContainsArray; | ||
@@ -7,0 +7,0 @@ const getBinarySize = require('ethjs-util').getBinarySize; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
741147
10227
+ Addedethjs-schema@0.1.0(transitive)
+ Addedethjs-util@0.1.2(transitive)
+ Addedis-hex-prefixed@1.0.0(transitive)
+ Addedstrip-hex-prefix@1.0.0(transitive)
- Removedethjs-schema@0.1.9(transitive)
- Removedethjs-util@0.1.1(transitive)
- Removedutf8@2.1.2(transitive)
Updatedethjs-schema@0.1.0
Updatedethjs-util@0.1.2