Socket
Socket
Sign inDemoInstall

fsevents

Package Overview
Dependencies
0
Maintainers
2
Versions
67
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.2.1 to 2.2.2

2

fsevents.d.ts

@@ -18,3 +18,3 @@ declare type Event = "created" | "cloned" | "modified" | "deleted" | "moved" | "root-changed" | "unknown";

export declare function watch(path: string, handler: WatchHandler): () => Promise<void>;
export declare function watch(path: string, since: number, handler: WatchHandler);
export declare function watch(path: string, since: number, handler: WatchHandler): () => Promise<void>;
export declare function getInfo(path: string, flags: number): Info;

@@ -21,0 +21,0 @@ export declare const constants: {

{
"name": "fsevents",
"version": "2.2.1",
"version": "2.2.2",
"description": "Native Access to MacOS FSEvents",

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

@@ -69,2 +69,3 @@ # fsevents [![NPM](https://nodei.co/npm/fsevents.png)](https://nodei.co/npm/fsevents/)

- v2.3 supports Apple Silicon ARM CPUs
- v2 supports node 8.16+

@@ -71,0 +72,0 @@ - v1.2.8 supports node 6+

Sorry, the diff of this file is not supported yet

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