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.28.7 to 14.29.0-beta.1

32

dist/index.d.ts

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

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

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

}
export interface DitaRequestOptions {
ditaTopicReference: string;
topicDisplayName: string;
}
/**

@@ -444,2 +449,19 @@ * Check options describe how the server should handle the checked document.

checkGlobal(documentContent: string, options: CheckOptions): Check;
/**
* Experimental for Dita Checking
* @param ditaReferences
*/
initDitaCheck?(ditaReferences: DitaRequestOptions[]): void;
/**
* Experimental for Dita Checking
* @param ditaTopicReference
* @param documentContent
* @param options
*/
checkDitaTopic?(ditaTopicReference: string, documentContent: string, options: CheckOptions): void;
/**
* Experimental for Dita Checking
* @param ditaTopicReference
*/
onDitaTopicLoaded?(ditaTopicReference: string): void;
onGlobalCheckRejected(): void;

@@ -488,2 +510,12 @@ /**

/**
* Experimental for Dita Checking
* @param ditaTopicReference
*/
requestCheckDitaTopic?(ditaTopicReference: string): void;
/**
* Experimental for Dita Checking
* @param ditaTopicReference
*/
openDitaTopic?(ditaTopicReference: string): void;
/**
* Notifies the AcrolinxPlugin that a check has finished. If a global check has been performed, that's a good time

@@ -490,0 +522,0 @@ * to clean up states belonging to previous checks.

2

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

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

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