Socket
Socket
Sign inDemoInstall

fb-watchman

Package Overview
Dependencies
2
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.7.0 to 1.8.0

4

index.js

@@ -121,3 +121,5 @@ /* Copyright 2014-present Facebook, Inc.

self.socket.on('data', function(buf) {
self.bunser.append(buf);
if (self.bunser) {
self.bunser.append(buf);
}
});

@@ -124,0 +126,0 @@ self.socket.on('end', function() {

{
"name": "fb-watchman",
"version": "1.7.0",
"version": "1.8.0",
"description": "Bindings for the Watchman file watching service",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc