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

@file-services/types

Package Overview
Dependencies
Maintainers
4
Versions
67
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@file-services/types - npm Package Compare versions

Comparing version 7.0.0 to 7.0.1

4

dist/common-fs-types.d.ts

@@ -99,6 +99,2 @@ export declare type BufferEncoding = 'ascii' | 'utf8' | 'utf-8' | 'utf16le' | 'ucs2' | 'ucs-2' | 'base64' | 'latin1' | 'binary' | 'hex';

path: string;
/**
* Stats for the path
*/
stats: IFileSystemStats;
}

@@ -105,0 +101,0 @@ export interface IWalkOptions {

2

package.json
{
"name": "@file-services/types",
"description": "Common file system interfaces",
"version": "7.0.0",
"version": "7.0.1",
"main": "dist/index.js",

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

@@ -134,7 +134,2 @@ export type BufferEncoding =

path: string;
/**
* Stats for the path
*/
stats: IFileSystemStats;
}

@@ -141,0 +136,0 @@

Sorry, the diff of this file is not supported yet

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