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 4.1.0 to 5.0.0

dist/base-api-async.d.ts

15

package.json
{
"name": "@file-services/types",
"description": "Common file system interfaces",
"version": "4.1.0",
"main": "cjs/index.js",
"types": "cjs/index.d.ts",
"scripts": {
"clean": "rimraf ./cjs",
"build": "ts-build ./src --cjs"
},
"version": "5.0.0",
"main": "dist/index.js",
"files": [
"cjs",
"src"
"dist",
"!dist/test",
"src",
"!*/tsconfig.{json,tsbuildinfo}"
],

@@ -15,0 +12,0 @@ "license": "MIT",

@@ -117,10 +117,2 @@ 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

@@ -127,0 +119,0 @@ * whether it should be included in the result.

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