Socket
Socket
Sign inDemoInstall

@yarnpkg/fslib

Package Overview
Dependencies
Maintainers
6
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yarnpkg/fslib - npm Package Compare versions

Comparing version 3.0.0-rc.44 to 3.0.0-rc.45

4

lib/algorithms/watchFile/CustomStatWatcher.js

@@ -11,3 +11,3 @@ "use strict";

Event["Stop"] = "stop";
})(Event = exports.Event || (exports.Event = {}));
})(Event || (exports.Event = Event = {}));
var Status;

@@ -18,3 +18,3 @@ (function (Status) {

Status["Stopped"] = "stopped";
})(Status = exports.Status || (exports.Status = {}));
})(Status || (exports.Status = Status = {}));
function assertStatus(current, expected) {

@@ -21,0 +21,0 @@ if (current !== expected) {

@@ -222,3 +222,3 @@ "use strict";

}
exports.NoFS = NoFS;
NoFS.instance = new NoFS();
exports.NoFS = NoFS;
{
"name": "@yarnpkg/fslib",
"version": "3.0.0-rc.44",
"version": "3.0.0-rc.45",
"stableVersion": "2.10.3",

@@ -16,3 +16,3 @@ "license": "BSD-2-Clause",

"devDependencies": {
"@yarnpkg/libzip": "^3.0.0-rc.44"
"@yarnpkg/libzip": "^3.0.0-rc.45"
},

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

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