Socket
Socket
Sign inDemoInstall

atom-ide-base

Package Overview
Dependencies
5
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.5.2 to 1.6.0

2

package.json
{
"name": "atom-ide-base",
"version": "1.5.2",
"version": "1.6.0",
"main": "package/main.js",

@@ -5,0 +5,0 @@ "types": "./types-packages/main.d.ts",

@@ -18,2 +18,3 @@ export interface BusySignalOptions {

// atom-ide-busy-signal service
export interface BusySignalService {

@@ -41,1 +42,14 @@ // Activates the busy signal with the given title and returns the promise

}
// busy-signal service
export interface BusySignalRegistry {
create(): BusySignalProvider
}
// busy-signal service
export interface BusySignalProvider {
add(message: string): void
remove(message: string): void
clear(): void
dispose(): void
}

@@ -14,2 +14,3 @@ // atom-ide

import { BusySignalProvider } from "./busy-signal.d"
import { CodeActionProvider } from "./code-actions"

@@ -32,2 +33,3 @@ import { CodeHighlightProvider } from "./code-highlight"

| ProviderCommon
| BusySignalProvider
| CodeActionProvider

@@ -34,0 +36,0 @@ | CodeHighlightProvider

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