Socket
Socket
Sign inDemoInstall

@platform/fs

Package Overview
Dependencies
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/fs - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

4

lib/fs.d.ts

@@ -11,3 +11,3 @@ /// <reference types="node" />

import { sort } from './sort';
import { readdir, readdirSync, ensureDir, ensureDirSync, writeFile, writeFileSync, readFile, readFileSync, move, moveSync, copy, copySync, copyFile, copyFileSync, remove, removeSync, rename, renameSync, createReadStream, createWriteStream, pathExists, pathExistsSync, existsSync } from 'fs-extra';
import { readdir, readdirSync, ensureDir, ensureDirSync, writeFile, writeFileSync, readFile, readFileSync, move, moveSync, copy, copySync, copyFile, copyFileSync, remove, removeSync, rename, renameSync, createReadStream, createWriteStream, pathExists, pathExistsSync, existsSync, lstat } from 'fs-extra';
export declare const fs: {

@@ -38,2 +38,4 @@ readdir: typeof readdir;

existsSync: typeof existsSync;
lstat: typeof lstat;
lstatSync: import("fs").StatSyncFn<import("fs").PathLike>;
path: path.PlatformPath;

@@ -40,0 +42,0 @@ join: (...paths: string[]) => string;

@@ -44,2 +44,4 @@ "use strict";

existsSync: fs_extra_1.existsSync,
lstat: fs_extra_1.lstat,
lstatSync: fs_extra_1.lstatSync,
path: path,

@@ -46,0 +48,0 @@ join: join,

{
"name": "@platform/fs",
"version": "0.7.0",
"version": "0.7.1",
"description": "POSIX style file-system tools.",

@@ -5,0 +5,0 @@ "main": "lib/index",

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