Socket
Socket
Sign inDemoInstall

@gedit/application-common

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gedit/application-common - npm Package Compare versions

Comparing version 0.2.9 to 0.2.10

1

lib/browser/common-frontend-contribution.d.ts

@@ -67,2 +67,3 @@ import { Command, CommandContribution, CommandRegistry } from '@gedit/command';

const MODE_OPERATION: Command;
const MODE_EXTENSION: Command;
}

@@ -69,0 +70,0 @@ export declare class CommonFrontendContribution implements CommandContribution {

@@ -224,2 +224,7 @@ "use strict";

};
CommonCommands.MODE_EXTENSION = {
id: 'core.mode.extension',
label: nls_1.nls.localize('view.mode.extension', 'extension'),
category: VIEW_CATEGORY
};
})(CommonCommands = exports.CommonCommands || (exports.CommonCommands = {}));

@@ -226,0 +231,0 @@ let CommonFrontendContribution = class CommonFrontendContribution {

4

package.json
{
"name": "@gedit/application-common",
"version": "0.2.9",
"version": "0.2.10",
"license": "MIT",

@@ -30,3 +30,3 @@ "main": "lib/common/index",

},
"gitHead": "894a37415ef8662489f26ea84632001d05b87a73"
"gitHead": "da22fe8690226cca70e7d9c70b76ffdae3fb7210"
}

@@ -236,2 +236,7 @@ import { injectable } from 'inversify';

};
export const MODE_EXTENSION: Command = {
id: 'core.mode.extension',
label: nls.localize('view.mode.extension', 'extension'),
category: VIEW_CATEGORY
};

@@ -238,0 +243,0 @@ }

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