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.17 to 3.0.0-rc.18

3

lib/index.d.ts

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

export { LazyFS } from './LazyFS';
export { MountFS, GetMountPointFn, MountableFS, MountFSOptions } from './LazyFS';
export { MountFS } from './MountFS';
export type { GetMountPointFn, MountableFS, MountFSOptions } from './MountFS';
export { NoFS } from './NoFS';

@@ -39,0 +40,0 @@ export { NodeFS } from './NodeFS';

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

@@ -34,7 +34,4 @@ const constants = tslib_1.__importStar(require("./constants"));

Object.defineProperty(exports, "LazyFS", { enumerable: true, get: function () { return LazyFS_1.LazyFS; } });
var LazyFS_2 = require("./LazyFS");
Object.defineProperty(exports, "MountFS", { enumerable: true, get: function () { return LazyFS_2.MountFS; } });
Object.defineProperty(exports, "GetMountPointFn", { enumerable: true, get: function () { return LazyFS_2.GetMountPointFn; } });
Object.defineProperty(exports, "MountableFS", { enumerable: true, get: function () { return LazyFS_2.MountableFS; } });
Object.defineProperty(exports, "MountFSOptions", { enumerable: true, get: function () { return LazyFS_2.MountFSOptions; } });
var MountFS_1 = require("./MountFS");
Object.defineProperty(exports, "MountFS", { enumerable: true, get: function () { return MountFS_1.MountFS; } });
var NoFS_1 = require("./NoFS");

@@ -41,0 +38,0 @@ Object.defineProperty(exports, "NoFS", { enumerable: true, get: function () { return NoFS_1.NoFS; } });

{
"name": "@yarnpkg/fslib",
"version": "3.0.0-rc.17",
"version": "3.0.0-rc.18",
"stableVersion": "2.7.0",

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

"dependencies": {
"@yarnpkg/libzip": "^3.0.0-rc.17",
"@yarnpkg/libzip": "^3.0.0-rc.18",
"tslib": "^2.4.0"

@@ -12,0 +12,0 @@ },

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