Socket
Socket
Sign inDemoInstall

json-rpc-middleware-stream

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-rpc-middleware-stream - npm Package Compare versions

Comparing version 2.1.1 to 3.0.0

CHANGELOG.md

45

package.json
{
"name": "json-rpc-middleware-stream",
"version": "2.1.1",
"description": "",
"main": "index.js",
"directories": {
"test": "test"
"version": "3.0.0",
"description": "A small toolset for streaming JSON-RPC data and matching requests and responses.",
"license": "ISC",
"main": "dist/index.js",
"files": [
"dist"
],
"scripts": {
"build": "tsc --project .",
"test": "yarn build && node test/index.js",
"lint": "eslint . --ext ts,js,json",
"lint:fix": "eslint . --ext ts,js,json --fix",
"prepublishOnly": "yarn test"
},
"dependencies": {
"readable-stream": "^2.3.3",
"safe-event-emitter": "^1.0.1"
"@metamask/safe-event-emitter": "^2.0.0",
"readable-stream": "^2.3.3"
},
"devDependencies": {
"json-rpc-engine": "^3.8.0"
"@metamask/eslint-config": "^4.1.0",
"@types/readable-stream": "^2.3.9",
"@typescript-eslint/eslint-plugin": "^4.9.0",
"@typescript-eslint/parser": "^4.9.0",
"eslint": "^7.14.0",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-json": "^2.1.1",
"eslint-plugin-node": "^11.1.0",
"json-rpc-engine": "^6.1.0",
"tape": "^5.0.0",
"typescript": "^4.1.2"
},
"scripts": {
"test": "node test/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kumavis/json-rpc-middleware-stream.git"
"url": "git+https://github.com/MetaMask/json-rpc-middleware-stream.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/kumavis/json-rpc-middleware-stream/issues"
"url": "https://github.com/MetaMask/json-rpc-middleware-stream/issues"
},
"homepage": "https://github.com/kumavis/json-rpc-middleware-stream#readme"
"homepage": "https://github.com/MetaMask/json-rpc-middleware-stream#readme"
}
# json-rpc-middleware-stream
A small toolset for streaming json rpc and matching requests and responses. Made to be used with `json-rpc-engine`.
A small toolset for streaming JSON RPC data and matching requests and responses. Made to be used with [`json-rpc-engine`](https://npmjs.com/package/json-rpc-engine).
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