Socket
Socket
Sign inDemoInstall

@platform/fs

Package Overview
Dependencies
64
Maintainers
1
Versions
112
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.15 to 0.6.16

3

lib/fs.d.ts

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

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

@@ -31,2 +31,3 @@ readdir: typeof readdir;

exists: (path: string) => Promise<boolean>;
existsSync: typeof existsSync;
path: path.PlatformPath;

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

@@ -37,2 +37,3 @@ "use strict";

exists: exists,
existsSync: fs_extra_1.existsSync,
path: path,

@@ -39,0 +40,0 @@ join: join,

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc