🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

rescript-chokidar

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rescript-chokidar - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+2
-1
package.json
{
"name": "rescript-chokidar",
"version": "0.1.0",
"version": "0.1.1",
"description": "ReScript bindings for chokidar",

@@ -24,2 +24,3 @@ "main": "./Main.bs.js",

"dependencies": {
"chokidar": "^3.5.3",
"rescript": "^9.1.4",

@@ -26,0 +27,0 @@ "rescript-anymatch": "^0.1.0"

@@ -116,3 +116,5 @@ # rescript-chokidar

~ignorePermissionErrors=false,
~atomic=Chokidar.atomicOn, // or a custom 'atomicity delay' (Chokidar.atomicCustom), in milliseconds (default 100)
// or a custom 'atomicity delay' (Chokidar.atomicCustom), in milliseconds (default 100)
~atomic=Chokidar.atomicOn,
(),

@@ -119,0 +121,0 @@ ),