New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@theia/application-package

Package Overview
Dependencies
Maintainers
11
Versions
3301
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@theia/application-package - npm Package Compare versions

Comparing version

to
1.55.0

2

lib/api.d.ts

@@ -5,3 +5,3 @@ /**

*/
export declare const DEFAULT_SUPPORTED_API_VERSION = "1.93.1";
export declare const DEFAULT_SUPPORTED_API_VERSION = "1.94.2";
//# sourceMappingURL=api.d.ts.map

@@ -23,3 +23,3 @@ "use strict";

*/
exports.DEFAULT_SUPPORTED_API_VERSION = '1.93.1';
exports.DEFAULT_SUPPORTED_API_VERSION = '1.94.2';
//# sourceMappingURL=api.js.map

@@ -143,2 +143,8 @@ import type { BrowserWindowConstructorOptions } from 'electron';

readonly frontendConnectionTimeout?: number;
/**
* Configuration folder within the home user folder
*
* Defaults to `.theia`
*/
readonly configurationFolder?: string;
}

@@ -145,0 +151,0 @@ }

@@ -67,3 +67,4 @@ "use strict";

singleInstance: true,
frontendConnectionTimeout: 0
frontendConnectionTimeout: 0,
configurationFolder: '.theia'
};

@@ -70,0 +71,0 @@ })(BackendApplicationConfig || (exports.BackendApplicationConfig = BackendApplicationConfig = {}));

{
"name": "@theia/application-package",
"version": "1.55.0-next.37+4e7843ca5",
"version": "1.55.0",
"description": "Theia application package API.",

@@ -32,3 +32,3 @@ "publishConfig": {

"dependencies": {
"@theia/request": "1.55.0-next.37+4e7843ca5",
"@theia/request": "1.55.0",
"@types/fs-extra": "^4.0.2",

@@ -47,3 +47,3 @@ "@types/semver": "^7.5.0",

"devDependencies": {
"@theia/ext-scripts": "1.54.0"
"@theia/ext-scripts": "1.55.0"
},

@@ -53,3 +53,3 @@ "nyc": {

},
"gitHead": "4e7843ca5ce4625e3b4823b9a87debd805906fba"
"gitHead": "0e7a523b8e798679d2e098709c63bd7060e54c8a"
}

@@ -21,2 +21,2 @@ // *****************************************************************************

*/
export const DEFAULT_SUPPORTED_API_VERSION = '1.93.1';
export const DEFAULT_SUPPORTED_API_VERSION = '1.94.2';

@@ -194,3 +194,4 @@ // *****************************************************************************

singleInstance: true,
frontendConnectionTimeout: 0
frontendConnectionTimeout: 0,
configurationFolder: '.theia'
};

@@ -210,2 +211,9 @@ export interface Partial extends ApplicationConfig {

readonly frontendConnectionTimeout?: number;
/**
* Configuration folder within the home user folder
*
* Defaults to `.theia`
*/
readonly configurationFolder?: string;
}

@@ -212,0 +220,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet