Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@platform/fs.types

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/fs.types - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

6

lib/types.fs.d.ts

@@ -1,2 +0,2 @@

export declare type IFs = {
export declare type INodeFs = {
is: IFsFlags;

@@ -10,4 +10,4 @@ readdir(path: string): Promise<string[]>;

remove(path: string): Promise<void>;
join(...pathSegments: string[]): string;
resolve(...pathSegments: string[]): string;
join(...segments: string[]): string;
resolve(...segments: string[]): string;
dirname(path: string): string;

@@ -14,0 +14,0 @@ basename(path: string): string;

{
"name": "@platform/fs.types",
"version": "0.1.10",
"version": "0.1.11",
"description": "Types for a general POSIX style file-system.",

@@ -14,3 +14,3 @@ "main": "lib/index",

"devDependencies": {
"@platform/ts.libs": "4.3.1"
"@platform/ts.libs": "4.3.2"
},

@@ -17,0 +17,0 @@ "files": [

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