🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
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

to
0.2.1

7

httpServer.js

@@ -16,11 +16,10 @@ /**

Server.start(port, function () {
DeviceEventEmitter.addListener('httpServerResponseReceived', callback);
});
Server.start(port);
DeviceEventEmitter.addListener('httpServerResponseReceived', callback);
},
// effectively pause the instance of the server
stop: function () {
Server.stop();
DeviceEventEmitter.removeListener('httpServerResponseReceived');
}
}
{
"name": "react-native-http-bridge",
"version": "0.2.0",
"version": "0.2.1",
"description": "A simple HTTP debug server for React Native apps",

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