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

@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.42 to 3.0.0-rc.43

2

lib/index.d.ts

@@ -9,3 +9,3 @@ import * as constants from './constants';

export { setupCopyIndex } from './algorithms/copyPromise';
export { opendir } from './algorithms/opendir';
export { opendir, CustomDir } from './algorithms/opendir';
export { watchFile, unwatchFile, unwatchAllFiles } from './algorithms/watchFile';

@@ -12,0 +12,0 @@ export { normalizeLineEndings } from './FakeFS';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.xfs = exports.extendFs = exports.patchFs = exports.VirtualFS = exports.ProxiedFS = exports.PosixFS = exports.NodeFS = exports.NoFS = exports.MountFS = exports.LazyFS = exports.JailFS = exports.CwdFS = exports.BasePortableFakeFS = exports.FakeFS = exports.AliasFS = exports.toFilename = exports.ppath = exports.npath = exports.Filename = exports.PortablePath = exports.normalizeLineEndings = exports.unwatchAllFiles = exports.unwatchFile = exports.watchFile = exports.opendir = exports.setupCopyIndex = exports.statUtils = exports.errors = exports.constants = void 0;
exports.xfs = exports.extendFs = exports.patchFs = exports.VirtualFS = exports.ProxiedFS = exports.PosixFS = exports.NodeFS = exports.NoFS = exports.MountFS = exports.LazyFS = exports.JailFS = exports.CwdFS = exports.BasePortableFakeFS = exports.FakeFS = exports.AliasFS = exports.toFilename = exports.ppath = exports.npath = exports.Filename = exports.PortablePath = exports.normalizeLineEndings = exports.unwatchAllFiles = exports.unwatchFile = exports.watchFile = exports.CustomDir = exports.opendir = exports.setupCopyIndex = exports.statUtils = exports.errors = exports.constants = void 0;
const tslib_1 = require("tslib");

@@ -15,2 +15,3 @@ const constants = tslib_1.__importStar(require("./constants"));

Object.defineProperty(exports, "opendir", { enumerable: true, get: function () { return opendir_1.opendir; } });
Object.defineProperty(exports, "CustomDir", { enumerable: true, get: function () { return opendir_1.CustomDir; } });
var watchFile_1 = require("./algorithms/watchFile");

@@ -17,0 +18,0 @@ Object.defineProperty(exports, "watchFile", { enumerable: true, get: function () { return watchFile_1.watchFile; } });

{
"name": "@yarnpkg/fslib",
"version": "3.0.0-rc.42",
"stableVersion": "2.10.1",
"version": "3.0.0-rc.43",
"stableVersion": "2.10.3",
"license": "BSD-2-Clause",

@@ -16,3 +16,3 @@ "main": "./lib/index.js",

"devDependencies": {
"@yarnpkg/libzip": "^3.0.0-rc.42"
"@yarnpkg/libzip": "^3.0.0-rc.43"
},

@@ -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