Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

react-native-http-bridge

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-http-bridge - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

4

httpServer.js

@@ -11,3 +11,3 @@ /**

module.exports = {
start: function (port, callback) {
start: function (port, serviceName, callback) {
if (port == 80) {

@@ -17,3 +17,3 @@ throw "Invalid server port specified. Port 80 is reserved.";

Server.start(port);
Server.start(port, serviceName);
DeviceEventEmitter.addListener('httpServerResponseReceived', callback);

@@ -20,0 +20,0 @@ },

{
"name": "react-native-http-bridge",
"version": "0.4.0",
"version": "0.4.1",
"description": "A simple HTTP debug server for React Native apps",

@@ -5,0 +5,0 @@ "main": "httpServer.js",

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