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

@websanova/vue-auth

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@websanova/vue-auth - npm Package Compare versions

Comparing version 2.7.2-beta to 2.7.3-beta

2.x.demo/public/index.html

4

package.json

@@ -17,3 +17,3 @@ {

"version": "2.7.2-beta",
"version": "2.7.3-beta",

@@ -30,3 +30,3 @@ "repository": {

"vue-axios": "1.2.2",
"@websanova/vue-auth": "2.7.2-beta"
"@websanova/vue-auth": "2.7.3-beta"
},

@@ -33,0 +33,0 @@

@@ -125,2 +125,6 @@ var __utils = require('./lib/utils.js'),

function _parseOauthState(data) {
return JSON.parse(decodeURIComponent(data));
}
function _check(role) {

@@ -323,3 +327,3 @@ if (this.watch.authenticated === true) {

if (data.query.state) {
state = JSON.parse(decodeURIComponent(data.query.state));
state = this.options.parseOauthState(data.query.state);
}

@@ -393,2 +397,3 @@ }

parseUserData: _parseUserData,
parseOauthState: _parseOauthState,
tokenExpired: _tokenExpired,

@@ -395,0 +400,0 @@ check: _check,

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