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.4 to 2.0.0

3

cjs/base-api-async.d.ts

@@ -8,4 +8,3 @@ import { IFileSystemStats, BufferEncoding, CallbackFnVoid, CallbackFn, WriteFileOptions, ReadFileOptions, IDirectoryEntry } from './common-fs-types';

*/
export interface IBaseFileSystemAsync extends IBaseFileSystemCallbackActions {
path: IFileSystemPath;
export interface IBaseFileSystemAsync extends IBaseFileSystemCallbackActions, IFileSystemPath {
watchService: IWatchService;

@@ -12,0 +11,0 @@ caseSensitive: boolean;

@@ -8,4 +8,3 @@ import { IFileSystemStats, BufferEncoding, WriteFileOptions, ReadFileOptions, IDirectoryEntry } from './common-fs-types';

*/
export interface IBaseFileSystemSync extends IBaseFileSystemSyncActions {
path: IFileSystemPath;
export interface IBaseFileSystemSync extends IBaseFileSystemSyncActions, IFileSystemPath {
watchService: IWatchService;

@@ -12,0 +11,0 @@ caseSensitive: boolean;

{
"name": "@file-services/types",
"description": "Common file system interfaces",
"version": "1.0.4",
"version": "2.0.0",
"main": "cjs/index.js",

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

"sideEffects": false,
"gitHead": "5324bae9c23054284cb0727692dae2b6a1cb1560"
"gitHead": "1a5d5c8e7ab35d213ba47fe0585ec5887df08d7c"
}

@@ -17,4 +17,3 @@ import {

*/
export interface IBaseFileSystemAsync extends IBaseFileSystemCallbackActions {
path: IFileSystemPath;
export interface IBaseFileSystemAsync extends IBaseFileSystemCallbackActions, IFileSystemPath {
watchService: IWatchService;

@@ -21,0 +20,0 @@ caseSensitive: boolean;

@@ -15,4 +15,3 @@ import {

*/
export interface IBaseFileSystemSync extends IBaseFileSystemSyncActions {
path: IFileSystemPath;
export interface IBaseFileSystemSync extends IBaseFileSystemSyncActions, IFileSystemPath {
watchService: IWatchService;

@@ -19,0 +18,0 @@ caseSensitive: boolean;

Sorry, the diff of this file is not supported yet

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