Socket
Socket
Sign inDemoInstall

instant-api

Package Overview
Dependencies
81
Maintainers
4
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

1

index.js

@@ -100,2 +100,3 @@ var http = require('http')

app.use(express.static(staticDir))
console.log('Exposing statics files from: "'+staticDir+'"')
}

@@ -102,0 +103,0 @@

2

lib/json-rpc2-server.js

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

console.log('Exposing method "'+methodName+'"')
console.log('Exposing API method "'+methodName+'"')
this._exposedMethods[methodName.toLowerCase()] = method

@@ -68,0 +68,0 @@

{
"name": "instant-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "Like instant soup but API. JSON-RPC2 flavor with Websockets and HTTP.",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/archilogic-com/instant-api",

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