Socket
Socket
Sign inDemoInstall

rlp

Package Overview
Dependencies
Maintainers
1
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 0.0.3 to 0.0.4

2

index.js

@@ -132,3 +132,3 @@ var internals = {};

}
} else if (input === null || input === 0) {
} else if (input === null || input === 0 || input === undefined) {
return new Buffer(0);

@@ -135,0 +135,0 @@ } else if (!isNaN(input)) {

{
"name": "rlp",
"version": "0.0.3",
"version": "0.0.4",
"description": "Recursive Length Prefix Encoding Module",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -59,6 +59,2 @@ var assert = require('assert');

});
it('length of int >55, similar to string', function() {
//need a test case here!
});
});

@@ -65,0 +61,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