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

beholder

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beholder - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

9

lib/beholder.js

@@ -117,5 +117,2 @@ // Generated by CoffeeScript 1.4.0

return fs.stat(base, function(err, stats) {
if ((err != null ? err.code : void 0) === 'ENOENT') {
return;
}
if (err) {

@@ -128,5 +125,2 @@ return _this.handleError(err);

var file, filePath, _i, _len;
if ((err != null ? err.code : void 0) === 'ENOENT') {
return;
}
if (err) {

@@ -390,2 +384,5 @@ return _this.handleError(err);

Beholder.prototype.handleError = function(error) {
if (error.code === 'ENOENT') {
return error;
}
this.emit('error', error);

@@ -392,0 +389,0 @@ return error;

{
"name": "beholder",
"version": "0.1.1",
"version": "0.1.2",
"author": "Charles Moncrief <cmoncrief@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Robust cross-platform file watcher",

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