Socket
Socket
Sign inDemoInstall

@gedit/theme

Package Overview
Dependencies
13
Maintainers
3
Versions
56
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.31 to 0.1.32

4

lib/browser/theme-frontend-module.js

@@ -49,3 +49,7 @@ "use strict";

bind(_1.LabelParser).toSelf().inSingletonScope();
bind(browser_1.FrontendApplicationContribution).toService(_1.LabelProvider);
bind(_1.LabelProviderContribution).to(_1.DefaultUriLabelProviderContribution).inSingletonScope();
bind(_1.LabelProviderContribution).to(_1.DiffUriLabelProviderContribution).inSingletonScope();
bind(_1.ThemeService).toDynamicValue(function () { return _1.ThemeService.get(); });
});
//# sourceMappingURL=theme-frontend-module.js.map

8

package.json
{
"name": "@gedit/theme",
"version": "0.1.31",
"version": "0.1.32",
"license": "MIT",

@@ -12,4 +12,4 @@ "main": "lib/browser/index",

"dependencies": {
"@gedit/application-common": "^0.1.31",
"@gedit/utils": "^0.1.31"
"@gedit/application-common": "^0.1.32",
"@gedit/utils": "^0.1.32"
},

@@ -31,3 +31,3 @@ "geditExtensions": [

},
"gitHead": "12d3eec48b48c60a7f56c6d4dabe5e94e087b7c9"
"gitHead": "57110a48281a357dec142b9f4440efb7324100e5"
}

@@ -8,5 +8,9 @@ import { ContainerModule } from 'inversify';

DefaultFileIconThemeContribution,
DefaultUriLabelProviderContribution,
DiffUriLabelProviderContribution,
IconThemeApplicationContribution,
IconThemeContribution,
IconThemeService, LabelParser, LabelProvider,
IconThemeService,
LabelParser,
LabelProvider,
LabelProviderContribution,

@@ -43,3 +47,7 @@ NoneIconTheme,

bind(LabelParser).toSelf().inSingletonScope();
bind(FrontendApplicationContribution).toService(LabelProvider);
bind(LabelProviderContribution).to(DefaultUriLabelProviderContribution).inSingletonScope();
bind(LabelProviderContribution).to(DiffUriLabelProviderContribution).inSingletonScope();
bind(ThemeService).toDynamicValue(() => ThemeService.get());
});

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc