Socket
Socket
Sign inDemoInstall

rpcapi

Package Overview
Dependencies
157
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.6.0 to 1.6.1

2

package.json
{
"name": "rpcapi",
"version": "1.6.0",
"version": "1.6.1",
"description": "Provides a struture for hosting RPC style APIs, supports both http and websocket access out of the box",

@@ -5,0 +5,0 @@ "repository": {

@@ -99,3 +99,3 @@ "use strict";

res
.status(500)
.status(400)
.end(_this.formatResult(e.message));

@@ -102,0 +102,0 @@ return;

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc