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

@acrolinx/sidebar-interface

Package Overview
Dependencies
Maintainers
0
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 15.4.2 to 15.4.3

28

dist/index.d.ts

@@ -614,24 +614,24 @@ /**

/**
* Notifies the AcrolinxPlugin that a live search has finished.
* @param liveSearchResult The live search result.
*/
* Notifies the AcrolinxPlugin that a live search has finished.
* @param liveSearchResult The live search result.
*/
onLiveSearchResults?(liveSearchResult: LiveSearchResult): void;
/**
* Notifies the AcrolinxPlugin that live search for an input query has failed.
* @param query The query on which the search has failed.
*/
* Notifies the AcrolinxPlugin that live search for an input query has failed.
* @param query The query on which the search has failed.
*/
onLiveSearchFailed?(query: string): void;
/**
* the user has clicked on the button to open live panel. The AcrolinxPlugin is requested to open the live panel.
*/
* the user has clicked on the button to open live panel. The AcrolinxPlugin is requested to open the live panel.
*/
openLivePanel?(): void;
/**
* Notifies the AcrolinxPlugin that the user has changed the UI langauge in the sidebar.
* @param UILanguage The selected UI language
*/
* Notifies the AcrolinxPlugin that the user has changed the UI langauge in the sidebar.
* @param UILanguage The selected UI language
*/
onUILanguageChanged?(UILanguage: string): void;
/**
* Notifies the AcrolinxPlugin that the user has selected a target that supports live.
* @param supportsLive True if the selected target supports live, false otherwise.
*/
* Notifies the AcrolinxPlugin that the user has selected a target that supports live.
* @param supportsLive True if the selected target supports live, false otherwise.
*/
onTargetChanged?(supportsLive: boolean): void;

@@ -638,0 +638,0 @@ }

@@ -35,3 +35,3 @@ "use strict";

*/
DETAIL: 'DETAIL'
DETAIL: 'DETAIL',
};

@@ -38,0 +38,0 @@ var MessageType;

{
"name": "@acrolinx/sidebar-interface",
"description": "The interface of the Acrolinx Sidebar",
"version": "15.4.2",
"version": "15.4.3",
"license": "Apache-2.0",

@@ -18,16 +18,21 @@ "author": "Acrolinx",

},
"engines": {
"node": ">=20"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"eslint": "^8.57.0",
"typedoc": "^0.25.13",
"typescript": "^5.4.4"
"@eslint/js": "^9.8.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.8.0",
"prettier": "^3.3.3",
"typedoc": "^0.26.5",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0-alpha.55"
},
"scripts": {
"build": "tsc",
"lint": "eslint . --ext .ts",
"travis": "npm run lint && npm run build",
"jenkins": "npm run lint && npm run build",
"gendoc": "typedoc"
"lint": "eslint .",
"gendoc": "typedoc",
"format:check": "prettier . --check",
"format": "prettier . --write"
}
}

@@ -26,3 +26,3 @@ # Acrolinx Sidebar Interface

Once you finished your integration, you'll have to get a license for your integration from Acrolinx.
Acrolinx offers different other SDKs, and examples for developing integrations.

@@ -32,6 +32,6 @@

* [Build With Acrolinx](https://support.acrolinx.com/hc/en-us/categories/10209837818770-Build-With-Acrolinx),
* the [Guidance for the Development of Acrolinx Integrations](https://github.com/acrolinx/acrolinx-coding-guidance),
* the [Acrolinx SDKs](https://github.com/acrolinx?q=sdk), and
* the [Acrolinx Demo Projects](https://github.com/acrolinx?q=demo).
- [Build With Acrolinx](https://support.acrolinx.com/hc/en-us/categories/10209837818770-Build-With-Acrolinx),
- the [Guidance for the Development of Acrolinx Integrations](https://github.com/acrolinx/acrolinx-coding-guidance),
- the [Acrolinx SDKs](https://github.com/acrolinx?q=sdk), and
- the [Acrolinx Demo Projects](https://github.com/acrolinx?q=demo).

@@ -55,3 +55,3 @@ ### Installation Via NPM

4. Click Draft a new release.
5. Type a version number for your release.
5. Type a version number for your release.
6. Use the drop-down menu to select the master branch for the release.

@@ -58,0 +58,0 @@ 7. Add title and description.

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