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.27-12 to 0.0.27-13

3

lib/index.js

@@ -136,3 +136,4 @@ module.exports =

const editorHistory = editorWrappers[index].history || [];
const history = ramda_1.filter(item => item.resource !== resource || (item.resource === resource && item.name !== name), editorHistory);
const history = ramda_1.filter(item => item.resource !== resource || (item.resource === resource &&
(name && item.name !== name)), editorHistory);
editorWrappers[index].history = history;

@@ -139,0 +140,0 @@ }

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

preview?: boolean;
preopen?: boolean;
preOpen?: boolean;
keepOpen?: boolean;
status?: string;
oversize?: boolean;
changed?: boolean;
}

@@ -28,3 +30,2 @@ export interface IEditorWrapper {

activeEditorId: number;
readingFile?: IContent;
oldValue?: string;

@@ -31,0 +32,0 @@ deleted?: boolean;

{
"name": "@files-stack/client-core",
"version": "0.0.27-12",
"version": "0.0.27-13",
"description": "xterm server services for Node",

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

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

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

"dependencies": {
"@files-stack/core": "^0.0.27-12"
"@files-stack/core": "^0.0.27-13"
},

@@ -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