Socket
Socket
Sign inDemoInstall

@file-services/node

Package Overview
Dependencies
Maintainers
4
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@file-services/node - npm Package Compare versions

Comparing version 5.4.0 to 5.4.3

2

package.json
{
"name": "@file-services/node",
"description": "Node.js file system implementation.",
"version": "5.4.0",
"version": "5.4.3",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "scripts": {

@@ -107,3 +107,3 @@ import { join } from 'path';

const timerId = setTimeout(() => {
this.emitEvent(eventPath).catch((e) => this.onWatchError(e, eventPath));
this.emitEvent(eventPath).catch((e) => this.onWatchError(e as Error, eventPath));
}, this.options.debounceWait);

@@ -110,0 +110,0 @@

Sorry, the diff of this file is not supported yet

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