Socket
Socket
Sign inDemoInstall

rlp

Package Overview
Dependencies
Maintainers
3
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rlp - npm Package Compare versions

Comparing version 2.2.1 to 2.2.2

8

CHANGELOG.md

@@ -9,2 +9,10 @@ # Changelog

## [v2.2.2] - 2019-01-15
- Added `bn.js` dependency to fix module resolution bug when require the module after
clean install, PR [#64](https://github.com/ethereumjs/rlp/pull/64)
- Use local version of official tests, fixed testing issue, PR [#66](https://github.com/ethereumjs/rlp/pull/66)
[v2.2.2]: https://github.com/ethereumjs/rlp/compare/2.2.1...v2.2.2
## [v2.2.1] - 2018-12-20

@@ -11,0 +19,0 @@

9

package.json
{
"name": "rlp",
"version": "2.2.1",
"version": "2.2.2",
"description": "Recursive Length Prefix Encoding Module",

@@ -49,3 +49,4 @@ "main": "./dist/index.js",

"dependencies": {
"safe-buffer": "^5.1.1"
"safe-buffer": "^5.1.1",
"bn.js": "^4.11.1"
},

@@ -59,6 +60,4 @@ "devDependencies": {

"@types/mocha": "^5.2.5",
"@types/node": "^10.12.2",
"bn.js": "^4.11.1",
"@types/node": "^10.12.2",
"coveralls": "^2.11.4",
"ethereumjs-testing": "git+https://github.com/ethereumjs/ethereumjs-testing.git",
"mocha": "4.1.0",

@@ -65,0 +64,0 @@ "nyc": "^13.1.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