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

watchify

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

watchify - npm Package Compare versions

Comparing version 0.2.0 to 0.3.0

5

index.js

@@ -17,2 +17,3 @@ var through = require('through');

var queuedDeps = {};
var changingDeps = {};

@@ -42,2 +43,3 @@ b.on('package', function (file, pkg) {

queuedCloses[dep.id] = watcher;
changingDeps[dep.id] = true

@@ -47,3 +49,4 @@ // wait for the disk/editor to quiet down first:

pending = false;
b.emit('update');
b.emit('update', Object.keys(changingDeps));
changingDeps = {};
}, opts.delay || 300);

@@ -50,0 +53,0 @@

2

package.json
{
"name": "watchify",
"version": "0.2.0",
"version": "0.3.0",
"description": "watch mode for browserify builds",

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

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