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.8.0 to 1.9.0

2

index.js

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

if ('error' in obj) {
error = new Error(obj.error);
var error = new Error(obj.error);
error.watchmanResponse = obj;

@@ -209,0 +209,0 @@ self.emit('error', error);

{
"name": "fb-watchman",
"version": "1.8.0",
"version": "1.9.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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc