Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

dweb

Package Overview
Dependencies
54
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

2

dweb.js

@@ -96,3 +96,3 @@ #!/usr/bin/env node

// Connect to SocketIO server
var socket = io.connect('http://localhost:' + argv.port);
var socket = io.connect(parser.protocol + '//' + parser.host);
socket.on('inotify', function (data) {

@@ -99,0 +99,0 @@ if (data in files_to_watch);

@@ -5,3 +5,3 @@ {

"preferGlobal": true,
"version": "0.1.2",
"version": "0.1.3",
"author": "Mayank Lahiri <mlahiri@gmail.com>",

@@ -8,0 +8,0 @@ "description": "A debugging web server that auto-reloads pages on local modifications.",

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