Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@acrolinx/sidebar-interface

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

@acrolinx/sidebar-interface - npm Package Compare versions

Comparing version 14.29.0-beta.2 to 14.29.0-beta.3

12

dist/index.d.ts

@@ -124,3 +124,3 @@ /**

showServerSelector?: boolean;
supportsDitaChecks?: boolean;
supportsBatchChecks?: boolean;
/**

@@ -222,5 +222,5 @@ * Tells the Sidebar, that this integration supports AcrolinxPlugin.log

}
export interface DitaRequestOptions {
ditaTopicReference: string;
topicDisplayName: string;
export interface BatchCheckRequestOptions {
reference: string;
displayName: string;
}

@@ -451,5 +451,5 @@ /**

* Inits a check for a bunch of files that runs in the background
* @param ditaReferences
* @param references
*/
initBatchCheck?(ditaReferences: DitaRequestOptions[]): void;
initBatchCheck?(references: BatchCheckRequestOptions[]): void;
/**

@@ -456,0 +456,0 @@ * Experimental for Dita Checking

{
"name": "@acrolinx/sidebar-interface",
"description": "The interface of the Acrolinx Sidebar",
"version": "14.29.0-beta.2",
"version": "14.29.0-beta.3",
"license": "Apache-2.0",

@@ -6,0 +6,0 @@ "author": "Acrolinx",

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