Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@eclipse-che/che-theia-devworkspace-handler

Package Overview
Dependencies
Maintainers
5
Versions
175
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eclipse-che/che-theia-devworkspace-handler - npm Package Compare versions

Comparing version 0.0.1-1631794665 to 0.0.1-1632729321

1

lib/devfile/devworkspace-updater.d.ts

@@ -23,3 +23,2 @@ /**********************************************************************

private devContainerComponentUpdater;
private vsixInstallerComponentUpdater;
private insertTemplates;

@@ -26,0 +25,0 @@ update(devfileContext: DevfileContext, cheTheiaExtensions: VSCodeExtensionEntry[], extensionsWithSidecars: VSCodeExtensionEntryWithSidecar[], extensionsForDevContainer: VSCodeExtensionDevContainer | undefined): Promise<void>;

@@ -35,3 +35,2 @@ "use strict";

const sidecar_components_creator_1 = require("./sidecar-components-creator");
const vsix_installer_component_updater_1 = require("../vsix-installer/vsix-installer-component-updater");
/**

@@ -54,4 +53,2 @@ * This class is responsible to:

}
// add the vsix installer
yield this.vsixInstallerComponentUpdater.add(devfileContext);
// need to add the kubernetes plug-in in the devWorkspace object

@@ -102,6 +99,2 @@ if (this.insertTemplates) {

__decorate([
inversify_1.inject(vsix_installer_component_updater_1.VsixInstallerComponentUpdater),
__metadata("design:type", vsix_installer_component_updater_1.VsixInstallerComponentUpdater)
], DevWorkspaceUpdater.prototype, "vsixInstallerComponentUpdater", void 0);
__decorate([
inversify_1.inject('boolean'),

@@ -108,0 +101,0 @@ inversify_1.named('INSERT_TEMPLATES'),

@@ -28,3 +28,2 @@ "use strict";

const plugin_registry_module_1 = require("../plugin-registry/plugin-registry-module");
const vsix_installer_module_1 = require("../vsix-installer/vsix-installer-module");
/**

@@ -41,3 +40,2 @@ * Manage all bindings for inversify

this.container.load(plugin_registry_module_1.pluginRegistryModule);
this.container.load(vsix_installer_module_1.vsixInstallerModule);
this.container.bind(Symbol.for('AxiosInstance')).toConstantValue(options.axiosInstance);

@@ -44,0 +42,0 @@ this.container.bind('string').toConstantValue(options.pluginRegistryUrl).whenTargetNamed('PLUGIN_REGISTRY_URL');

2

package.json
{
"name": "@eclipse-che/che-theia-devworkspace-handler",
"version": "0.0.1-1631794665",
"version": "0.0.1-1632729321",
"private": false,

@@ -5,0 +5,0 @@ "description": "Handle management of che-theia-plugins and devWorkspace templates",

@@ -19,3 +19,2 @@ /**********************************************************************

import { VSCodeExtensionDevContainer } from './vscode-extension-dev-container';
import { VsixInstallerComponentUpdater } from '../vsix-installer/vsix-installer-component-updater';

@@ -39,5 +38,2 @@ /**

@inject(VsixInstallerComponentUpdater)
private vsixInstallerComponentUpdater: VsixInstallerComponentUpdater;
@inject('boolean')

@@ -62,5 +58,2 @@ @named('INSERT_TEMPLATES')

// add the vsix installer
await this.vsixInstallerComponentUpdater.add(devfileContext);
// need to add the kubernetes plug-in in the devWorkspace object

@@ -67,0 +60,0 @@ if (this.insertTemplates) {

@@ -18,3 +18,2 @@ /**********************************************************************

import { pluginRegistryModule } from '../plugin-registry/plugin-registry-module';
import { vsixInstallerModule } from '../vsix-installer/vsix-installer-module';

@@ -38,3 +37,2 @@ export interface InversifyBindingOptions {

this.container.load(pluginRegistryModule);
this.container.load(vsixInstallerModule);

@@ -41,0 +39,0 @@ this.container.bind(Symbol.for('AxiosInstance')).toConstantValue(options.axiosInstance);

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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