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.6.17 to 0.7.0

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

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

createWriteStream: typeof createWriteStream;
rename: typeof rename;
renameSync: typeof renameSync;
pathExists: typeof pathExists;

@@ -34,0 +36,0 @@ pathExistsSync: typeof pathExistsSync;

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

createWriteStream: fs_extra_1.createWriteStream,
rename: fs_extra_1.rename,
renameSync: fs_extra_1.renameSync,
pathExists: fs_extra_1.pathExists,

@@ -40,0 +42,0 @@ pathExistsSync: fs_extra_1.pathExistsSync,

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