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.2 to 0.7.3

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, lstat } 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, readJson, writeJson } from 'fs-extra';
export declare const fs: {

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

existsSync: typeof existsSync;
readJson: typeof readJson;
writeJson: typeof writeJson;
lstat: typeof lstat;

@@ -40,0 +42,0 @@ lstatSync: import("fs").StatSyncFn<import("fs").PathLike>;

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

existsSync: fs_extra_1.existsSync,
readJson: fs_extra_1.readJson,
writeJson: fs_extra_1.writeJson,
lstat: fs_extra_1.lstat,

@@ -46,0 +48,0 @@ lstatSync: fs_extra_1.lstatSync,

{
"name": "@platform/fs",
"version": "0.7.2",
"version": "0.7.3",
"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