New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@dsb-norge/vue-keycloak-js

Package Overview
Dependencies
Maintainers
4
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dsb-norge/vue-keycloak-js - npm Package Compare versions

Comparing version 2.1.1-beta to 2.1.2-beta

4

dist/dsb-vue-keycloak.cjs.js
/*!
* vue-keycloak-js v2.1.1-beta
* vue-keycloak-js v2.1.2-beta
* @license ISC

@@ -172,2 +172,4 @@ */

updateWatchVariables(true);
typeof options.onAuthRefreshSuccess === 'function' &&
options.onAuthRefreshSuccess(keycloak);
};

@@ -174,0 +176,0 @@ keycloak.onAuthRefreshError = function () {

/*!
* vue-keycloak-js v2.1.1-beta
* vue-keycloak-js v2.1.2-beta
* @license ISC

@@ -145,2 +145,4 @@ */

updateWatchVariables(true);
typeof options.onAuthRefreshSuccess === 'function' &&
options.onAuthRefreshSuccess(keycloak);
};

@@ -147,0 +149,0 @@ keycloak.onAuthRefreshError = function () {

/*!
* vue-keycloak-js v2.1.1-beta
* vue-keycloak-js v2.1.2-beta
* @license ISC

@@ -173,2 +173,4 @@ */

updateWatchVariables(true);
typeof options.onAuthRefreshSuccess === 'function' &&
options.onAuthRefreshSuccess(keycloak);
};

@@ -175,0 +177,0 @@ keycloak.onAuthRefreshError = function () {

@@ -17,2 +17,3 @@ import type { KeycloakConfig, KeycloakError, KeycloakInitOptions, KeycloakInstance, KeycloakLoginOptions, KeycloakProfile, KeycloakPromise, KeycloakResourceAccess, KeycloakRoles, KeycloakTokenParsed } from 'keycloak-js';

onAuthRefreshError?: (keycloak: KeycloakInstance) => void;
onAuthRefreshSuccess?: (keycloak: KeycloakInstance) => void;
onInitSuccess?(authenticated: boolean, keycloak?: KeycloakInstance, VueKeycloak?: VueKeycloakInstance): void;

@@ -19,0 +20,0 @@ }

{
"name": "@dsb-norge/vue-keycloak-js",
"version": "2.1.1-beta",
"version": "2.1.2-beta",
"author": "Nils Lien <nils.lien@gmail.com>",

@@ -49,3 +49,3 @@ "description": "A Keycloak plugin for Vue >= 2.x",

"version": "npm run build && git add -A",
"postversion": "git push -u --follow-tags origin master && npm publish",
"postversion": "git push -u --follow-tags origin main && npm publish",
"lint": "eslint --ext .ts src",

@@ -52,0 +52,0 @@ "lint:fix": "eslint --ext .ts src --fix"

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