Socket
Socket
Sign inDemoInstall

rpcapi

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rpcapi - npm Package Compare versions

Comparing version 1.5.0 to 1.6.0

2

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

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

@@ -87,2 +87,3 @@ "use strict";

response = _c.sent();
//console.log(response);
t.is(response.status, 200);

@@ -89,0 +90,0 @@ _b = (_a = t).deepEqual;

@@ -5,2 +5,3 @@ "use strict";

var express = require("express");
var helmet = require("helmet");
var socketio = require("socket.io");

@@ -44,2 +45,3 @@ var http = require("http");

var app = express();
app.use(helmet());
_this.server = new http.Server(app);

@@ -46,0 +48,0 @@ var io = socketio(_this.server);

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