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

phosphide

Package Overview
Dependencies
Maintainers
1
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.0.4 to 0.0.5

lib/commandregistry/index.d.ts

3

lib/appshell/plugin.d.ts

@@ -5,4 +5,3 @@ import { Container } from 'phosphor-di';

*
* @param container - The dependency injection container to use for
* registering the types provided by the plugin.
* @param container - The di container for type registration.
*

@@ -9,0 +8,0 @@ * #### Notes

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

*
* @param container - The dependency injection container to use for
* registering the types provided by the plugin.
* @param container - The di container for type registration.
*

@@ -35,0 +34,0 @@ * #### Notes

export * from './appshell/index';
export * from './commandregistry/index';
export * from './plugin/index';

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

__export(require('./appshell/index'));
__export(require('./commandregistry/index'));
__export(require('./plugin/index'));
{
"name": "phosphide",
"version": "0.0.4",
"version": "0.0.5",
"description": "Slightly opinionated scaffolding for building plugin-based IDE-style applications.",

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

"phosphor-boxpanel": "^1.0.0-beta.3",
"phosphor-command": "^0.5.0",
"phosphor-di": "^0.9.0",
"phosphor-disposable": "^1.0.5",
"phosphor-dockpanel": "^0.9.4",

@@ -13,0 +15,0 @@ "phosphor-domutil": "^1.2.0",

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