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

fireprox

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fireprox - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

2

package.json
{
"name": "fireprox",
"description": "A simple proxy for MozRepl over http using express/nodejs",
"version": "0.1.0",
"version": "0.2.0",
"author": "dizzib",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -32,3 +32,3 @@ (function(){

});
return Http.createServer(server).listen(port = getEnvVar('PORT', 8080), function(){
return Http.createServer(server).listen(port = getEnvVar('FIREPROX_PORT', 8080), function(){
return log("Fireprox http server listening on port " + port);

@@ -35,0 +35,0 @@ });

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