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

@jsenv/filesystem

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/filesystem - npm Package Compare versions

Comparing version 4.2.6 to 4.3.0

5

package.json
{
"name": "@jsenv/filesystem",
"version": "4.2.6",
"version": "4.3.0",
"license": "MIT",

@@ -19,2 +19,5 @@ "repository": {

"type": "module",
"engines": {
"node": ">=19.1.0"
},
"exports": {

@@ -21,0 +24,0 @@ ".": {

4

src/registerDirectoryLifecycle.js

@@ -11,5 +11,3 @@ import { readdirSync, statSync } from "node:fs";

const isLinux = process.platform === "linux";
// linux does not support recursive option
const fsWatchSupportsRecursive = !isLinux;
const fsWatchSupportsRecursive = true;

@@ -16,0 +14,0 @@ export const registerDirectoryLifecycle = (

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