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

phosphide

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phosphide - npm Package Compare versions

Comparing version 0.9.5 to 0.10.0

lib/appshell/index.d.ts

0

lib/core/application.d.ts

@@ -0,0 +0,0 @@ import { ApplicationShell } from './applicationshell';

5

lib/core/application.js

@@ -387,6 +387,3 @@ "use strict";

Application.prototype.addEventsListeners = function () {
// Keydown events are hooked during the capturing phase
// (vs the bubbling phase) so that keyboard shortcuts can be
// invoked prior reaching editable elements.
document.addEventListener('keydown', this, true);
document.addEventListener('keydown', this);
window.addEventListener('resize', this);

@@ -393,0 +390,0 @@ };

@@ -0,0 +0,0 @@ import { Widget } from 'phosphor-widget';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IType, ServiceRegistry } from './serviceregistry';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /*-----------------------------------------------------------------------------

@@ -0,0 +0,0 @@ import { Message } from 'phosphor-messaging';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Application } from '../core/application';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IDisposable } from 'phosphor-disposable';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { AbstractPaletteModel } from 'phosphor-commandpalette';

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { IDisposable } from 'phosphor-disposable';

@@ -0,0 +0,0 @@ "use strict";

{
"name": "phosphide",
"version": "0.9.5",
"version": "0.10.0",
"description": "Slightly opinionated scaffolding for building plugin-based IDE-style applications.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -0,0 +0,0 @@ phosphide

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