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

@acrolinx/sidebar-interface

Package Overview
Dependencies
Maintainers
2
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.3.1 to 15.4.0

17

dist/index.d.ts

@@ -171,3 +171,20 @@ /**

accessToken?: string;
/**
* KeyCloak tokens used used by sidebar to authenticate in Acrolinx One
* Available: Acrolinx One Cloud
*/
keyCloakTokens?: KeyCloakTokens;
}
export interface KeyCloakTokens {
/**
* The sidebar uses this optional KeyCloak access token to sign in to Acrolinx One.
* Available in Acrolinx One Cloud
*/
keyCloakAccessToken: string;
/**
* The sidebar uses this optional KeyCloak refresh token to fetch new access token.
* Available in Acrolinx One Cloud
*/
keyCloakRefreshToken: string;
}
export type UiMode = 'default' | 'noOptions';

@@ -174,0 +191,0 @@ export interface CsrfConfig {

2

package.json
{
"name": "@acrolinx/sidebar-interface",
"description": "The interface of the Acrolinx Sidebar",
"version": "15.3.1",
"version": "15.4.0",
"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