Socket
Socket
Sign inDemoInstall

@file-services/types

Package Overview
Dependencies
Maintainers
2
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 1.0.2 to 1.0.3

7

cjs/common-fs-types.d.ts

@@ -77,2 +77,9 @@ export declare type BufferEncoding = 'ascii' | 'utf8' | 'utf16le' | 'ucs2' | 'base64' | 'latin1' | 'binary' | 'hex';

/**
* Print errors using `console.error` when the walking operation
* encounters such.
*
* @default false
*/
printErrors?: boolean;
/**
* Optional file filtering function that receives a file descriptor and returns

@@ -79,0 +86,0 @@ * whether it should be included in the result.

4

package.json
{
"name": "@file-services/types",
"description": "Common file system interfaces",
"version": "1.0.2",
"version": "1.0.3",
"main": "cjs/index.js",

@@ -24,3 +24,3 @@ "types": "cjs/index.d.ts",

"sideEffects": false,
"gitHead": "d06a20f2bd3f48f33513a74e637556f5ecd4ca43"
"gitHead": "fdcdf94689d021a2ed845fd1e68d09759892efc2"
}

@@ -91,2 +91,10 @@ export type BufferEncoding = 'ascii' | 'utf8' | 'utf16le' | 'ucs2' | 'base64' | 'latin1' | 'binary' | 'hex';

/**
* Print errors using `console.error` when the walking operation
* encounters such.
*
* @default false
*/
printErrors?: boolean;
/**
* Optional file filtering function that receives a file descriptor and returns

@@ -93,0 +101,0 @@ * whether it should be included in the result.

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