Socket
Socket
Sign inDemoInstall

@ronomon/opened

Package Overview
Dependencies
14
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.0 to 1.4.1

2

index.js

@@ -70,3 +70,3 @@ 'use strict';

if (error) return end(error);
end(undefined, files.hasOwnProperty(path));
end(undefined, files[path]);
}

@@ -73,0 +73,0 @@ );

{
"name": "@ronomon/opened",
"version": "1.4.0",
"version": "1.4.1",
"description": "Check if a file is open in another application on Windows, macOS and Linux.",

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

@@ -25,3 +25,3 @@ # opened

function(path) {
console.log(path + ' open=' + hashTable.hasOwnProperty(path));
console.log(path + ' open=' + hashTable[path]);
}

@@ -28,0 +28,0 @@ );

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