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.3.7 to 0.4.0

lib/stream/index.d.ts

2

lib/fs/fs.d.ts

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

import { env } from '../env';
import { stream } from '../stream';
export declare const fs: {

@@ -24,2 +25,3 @@ size: {

};
stream: typeof stream;
glob: typeof glob;

@@ -26,0 +28,0 @@ file: typeof file;

@@ -15,3 +15,5 @@ "use strict";

var env_1 = require("../env");
var stream_1 = require("../stream");
exports.fs = tslib_1.__assign(tslib_1.__assign({}, fsExtra), { size: size_1.size,
stream: stream_1.stream,
glob: glob_1.glob,

@@ -18,0 +20,0 @@ file: file_1.File,

2

package.json
{
"name": "@platform/fs",
"version": "0.3.7",
"version": "0.4.0",
"description": "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