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.5.0 to 1.6.0

2

index.js

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

var childProcess = require('child_process');
var bser = require('./bser');
var bser = require('bser');

@@ -11,0 +11,0 @@ // We'll emit the responses to these when they get sent down to us

{
"name": "fb-watchman",
"version": "1.5.0",
"version": "1.6.0",
"description": "Bindings for the Watchman file watching service",
"main": "index.js",
"scripts": {
"test": "node test/bser.js"
},
"repository": {

@@ -13,5 +10,2 @@ "type": "git",

},
"dependencies": {
"node-int64": "0.4.0"
},
"keywords": [

@@ -37,5 +31,7 @@ "facebook",

"files": [
"index.js",
"bser.js"
]
"index.js"
],
"dependencies": {
"bser": "^1.0.2"
}
}
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