Socket
Socket
Sign inDemoInstall

rlp

Package Overview
Dependencies
0
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.8 to 0.0.9

5

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

@@ -36,3 +36,4 @@ "main": "index.js",

"mocha": "~1.17.1",
"bn.js": "*"
"bn.js": "*",
"ethrereum-tests": "git+https://github.com/ethereum/tests.git#develop"
},

@@ -39,0 +40,0 @@ "testling": {

2

test/index.js

@@ -5,3 +5,3 @@ var assert = require('assert');

var RLP = require('../index.js');
var officalTests = require('./jsonTests/rlptest.json');
var officalTests = require('ethereum-tests').rlptest;

@@ -8,0 +8,0 @@ describe('RLP encoding (string):', function() {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc