Socket
Socket
Sign inDemoInstall

instant-api

Package Overview
Dependencies
81
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.3 to 1.0.4

0

example/index.js

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

@@ -0,0 +0,0 @@ module.exports = function (rpc) {

3

index.js

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

origin: function (origin, callback) {
if(!origin) return callback(null, '*')
var originDomain = origin.replace(/^[^:]+:\/\//, '')

@@ -125,2 +126,2 @@ var corsOrigin = origin

}
}

@@ -0,0 +0,0 @@ module.exports = function (req, res, next) {

@@ -0,0 +0,0 @@ "use strict";

{
"name": "instant-api",
"version": "1.0.3",
"version": "1.0.4",
"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",

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc