Socket
Socket
Sign inDemoInstall

@ethereumjs/rlp

Package Overview
Dependencies
Maintainers
4
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ethereumjs/rlp - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

bin/rlp.cjs

8

package.json
{
"name": "@ethereumjs/rlp",
"version": "5.0.0",
"version": "5.0.1",
"description": "Recursive Length Prefix Encoding Module",

@@ -37,3 +37,3 @@ "keywords": [

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

@@ -48,3 +48,3 @@ "files": [

"clean": "../../config/cli/clean-package.sh",
"coverage": "npx vitest run --coverage.enabled --coverage.reporter=lcov",
"coverage": "DEBUG=ethjs npx vitest run --coverage.enabled --coverage.reporter=lcov",
"examples": "ts-node ../../scripts/examples-runner.ts -- rlp",

@@ -56,3 +56,3 @@ "lint": "../../config/cli/lint.sh",

"test": "npm run test:node && npm run test:browser",
"test:browser": "npx vitest run --browser.name=chrome --browser.headless",
"test:browser": "npx vitest run --browser.name=chrome --browser.headless -c=vitest.config.browser.ts",
"test:node": "npx vitest run",

@@ -59,0 +59,0 @@ "tsc": "../../config/cli/ts-compile.sh"

@@ -63,3 +63,3 @@ # @ethereumjs/rlp

### Buffer -> Uint8Arrayy
### Buffer -> Uint8Array

@@ -66,0 +66,0 @@ With the breaking releases from Summer 2023 we have removed all Node.js specific `Buffer` usages from our libraries and replace these with [Uint8Array](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Uint8Array) representations, which are available both in Node.js and the browser (`Buffer` is a subclass of `Uint8Array`).

Sorry, the diff of this file is not supported yet

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