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.4.0 to 15.4.1

17

dist/index.d.ts

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

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';

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

4

dist/index.js

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

MessageType["error"] = "error";
})(MessageType = exports.MessageType || (exports.MessageType = {}));
})(MessageType || (exports.MessageType = MessageType = {}));
var LogEntryType;

@@ -51,3 +51,3 @@ (function (LogEntryType) {

LogEntryType["error"] = "error";
})(LogEntryType = exports.LogEntryType || (exports.LogEntryType = {}));
})(LogEntryType || (exports.LogEntryType = LogEntryType = {}));
//# sourceMappingURL=index.js.map
{
"name": "@acrolinx/sidebar-interface",
"description": "The interface of the Acrolinx Sidebar",
"version": "15.4.0",
"version": "15.4.1",
"license": "Apache-2.0",

@@ -18,11 +18,8 @@ "author": "Acrolinx",

},
"// devDependencies comments": {
"typedoc": "Newer versions (>=0.20) don't display the @packageDocumentation."
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"eslint": "^8.29.0",
"typedoc": "^0.23.21",
"typescript": "^4.8.4"
"@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"
},

@@ -29,0 +26,0 @@ "scripts": {

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