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.26 to 0.0.27-0

1

lib/index.js

@@ -150,2 +150,3 @@ module.exports =

})(Verbosity = exports.Verbosity || (exports.Verbosity = {}));
exports.EDITOR_DEFAULT_HEIGHT = 80;

@@ -152,0 +153,0 @@

@@ -92,1 +92,2 @@ import URI from '@vscode/base-node/vs/base/common/uri';

}
export declare const EDITOR_DEFAULT_HEIGHT = 80;

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

preview?: boolean;
preopen?: boolean;
}
export interface IEditorWrapper {
editorId: number;
height: number;
history: string[];
}
export interface IEdit {

@@ -18,3 +24,3 @@ openingFiles: IContent[];

editors: number[];
editorsHeight: any[];
editorWrappers: IEditorWrapper[];
activeEditorId: number;

@@ -25,2 +31,3 @@ readingFile?: IContent;

addIgnore?: string;
allSave?: boolean;
}

@@ -27,0 +34,0 @@ export interface IFileExpand {

6

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

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

"devDependencies": {
"@files-stack/utils": "^0.0.26",
"@files-stack/utils": "^0.0.27-0",
"cross-env": "^5.1.3",

@@ -59,3 +59,3 @@ "jest": "^22.1.0",

"dependencies": {
"@files-stack/core": "^0.0.26"
"@files-stack/core": "^0.0.27-0"
},

@@ -62,0 +62,0 @@ "typings": "lib/index.d.ts",

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