Socket
Socket
Sign inDemoInstall

ipld-ethereum

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ipld-ethereum - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

dist/index.min.js.LICENSE

11

CHANGELOG.md

@@ -0,1 +1,12 @@

<a name="4.0.1"></a>
## [4.0.1](https://github.com/ipld/js-ipld-ethereum/compare/v4.0.0...v4.0.1) (2020-01-13)
### Bug Fixes
* **package:** update multicodec to version 1.0.0 ([640126a](https://github.com/ipld/js-ipld-ethereum/commit/640126a))
* **package:** update multihashing-async to version 0.8.0 ([dc96913](https://github.com/ipld/js-ipld-ethereum/commit/dc96913))
<a name="4.0.0"></a>

@@ -2,0 +13,0 @@ # [4.0.0](https://github.com/ipld/js-ipld-ethereum/compare/v3.0.0...v4.0.0) (2019-05-10)

2

eth-account-snapshot/index.js
'use strict'
const EthAccount = require('ethereumjs-account')
const EthAccount = require('ethereumjs-account').default
const multicodec = require('multicodec')

@@ -4,0 +4,0 @@

@@ -9,3 +9,3 @@ /* eslint-env mocha */

const resolver = dagEthAccount.resolver
const Account = require('ethereumjs-account')
const Account = require('ethereumjs-account').default
const emptyCodeHash = require('../../util/emptyCodeHash')

@@ -12,0 +12,0 @@ const CID = require('cids')

@@ -7,3 +7,3 @@ /* eslint-env mocha */

const expect = chai.expect
const Account = require('ethereumjs-account')
const Account = require('ethereumjs-account').default
const Trie = require('merkle-patricia-tree')

@@ -10,0 +10,0 @@ const multicodec = require('multicodec')

@@ -9,3 +9,3 @@ /* eslint-env mocha */

const EthBlock = require('ethereumjs-block')
const EthTx = require('ethereumjs-tx')
const EthTx = require('ethereumjs-tx').Transaction
const multicodec = require('multicodec')

@@ -12,0 +12,0 @@ const promisify = require('promisify-es6')

'use strict'
const EthTx = require('ethereumjs-tx')
const EthTx = require('ethereumjs-tx').Transaction
const createResolver = require('../util/createResolver')

@@ -4,0 +4,0 @@ const multicodec = require('multicodec')

@@ -7,3 +7,3 @@ /* eslint-env mocha */

const expect = chai.expect
const Transaction = require('ethereumjs-tx')
const Transaction = require('ethereumjs-tx').Transaction
const dagEthTx = require('../index')

@@ -10,0 +10,0 @@ const resolver = dagEthTx.resolver

{
"name": "ipld-ethereum",
"version": "4.0.0",
"version": "4.0.1",
"description": "JavaScript Implementation of All Ethereum IPLD formats",

@@ -25,14 +25,14 @@ "leadMaintainer": "Volker Mische <volker.mische@gmail.com>",

"cids": "~0.7.0",
"ethereumjs-account": "^2.0.4",
"ethereumjs-block": "^2.1.0",
"ethereumjs-tx": "^1.3.3",
"ethereumjs-account": "^3.0.0",
"ethereumjs-block": "^2.2.1",
"ethereumjs-tx": "^2.1.1",
"merkle-patricia-tree": "^3.0.0",
"multicodec": "~0.5.0",
"multihashes": "~0.4.12",
"multihashing-async": "~0.7.0",
"rlp": "^2.0.0"
"multicodec": "^1.0.0",
"multihashes": "~0.4.15",
"multihashing-async": "~0.8.0",
"rlp": "^2.2.4"
},
"devDependencies": {
"aegir": "^18.2.0",
"chai": "^4.1.2",
"aegir": "^20.4.1",
"chai": "^4.2.0",
"dirty-chai": "^2.0.1",

@@ -45,4 +45,6 @@ "promisify-es6": "^1.0.3"

"Richard Schneider <makaretu@gmail.com>",
"Rod Vagg <rod@vagg.org>",
"Victor Bjelkholm <victorbjelkholm@gmail.com>",
"Volker Mische <volker.mische@gmail.com>",
"greenkeeper[bot] <23040076+greenkeeper[bot]@users.noreply.github.com>",
"greenkeeper[bot] <greenkeeper[bot]@users.noreply.github.com>",

@@ -49,0 +51,0 @@ "harrshasri <35241544+harrshasri@users.noreply.github.com>",

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

Sorry, the diff of this file is not supported yet

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