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.12 to 0.0.13

bin/rlp

5

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

@@ -39,2 +39,5 @@ "main": "index.js",

},
"bin": {
"rlp": "./bin/rlp"
},
"testling": {

@@ -41,0 +44,0 @@ "files": "test/*.js",

19

README.md

@@ -1,11 +0,11 @@

rlp [![Build Status](https://travis-ci.org/wanderer/rlp.png?branch=master)](https://travis-ci.org/wanderer/rlp)
RLP [![Build Status](https://travis-ci.org/wanderer/rlp.png?branch=master)](https://travis-ci.org/wanderer/rlp)
===
[Recursive Length]( https://github.com/ethereum/wiki/wiki/%5BEnglish%5D-RLP) Prefix Encoding for node.js.
Install
INSTALl
======
`npm install rlp`
`npm install rlp`
install with `-g` if you want to use the cli.
Usage
USAGE
=======

@@ -21,3 +21,5 @@

});
```
API

@@ -29,5 +31,10 @@ =====

Tests
CLI
===
`rlp decode <hex string>`
`rlp encode <json String>`
TESTS
=====
test uses mocha. To run
`npm test`
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