Socket
Socket
Sign inDemoInstall

@files-stack/client-core

Package Overview
Dependencies
Maintainers
1
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@files-stack/client-core - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

18

lib/interfaces/files.d.ts

@@ -9,8 +9,14 @@ import { ICoreBaseStat, ICoreFileStat } from '@files-stack/core';

addIgnore?: string;
editorId?: number;
markdown?: boolean;
preview?: boolean;
}
export interface IEdit {
opening: IContent[];
selected?: string;
openingFiles: IContent[];
editingFiles: IContent[];
editors: number[];
editorsHeight: any[];
activeEditorId: number;
readingFile?: IContent;
oldValue?: string;
selectedName?: string;
deleted?: boolean;

@@ -22,2 +28,3 @@ addIgnore?: string;

expand?: boolean;
path?: number[];
children?: string[];

@@ -31,4 +38,9 @@ }

}
export interface INodeFileStat {
fileStat: IFileStat;
path: number[];
}
export interface IBaseStat extends ICoreBaseStat {
resource: string;
name?: string;
}

@@ -35,0 +47,0 @@ export interface IFileStat extends ICoreFileStat {

4

package.json
{
"name": "@files-stack/client-core",
"version": "0.0.14",
"version": "0.0.15",
"description": "xterm server services for Node",

@@ -48,3 +48,3 @@ "main": "lib/index.js",

"devDependencies": {
"@files-stack/utils": "^0.0.14",
"@files-stack/utils": "^0.0.15",
"cross-env": "^5.0.5",

@@ -51,0 +51,0 @@ "jest": "^21.2.1",

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