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

vue-jwt-auth

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue-jwt-auth - npm Package Compare versions

Comparing version 0.10.0 to 0.10.1

2

package.json

@@ -19,3 +19,3 @@ {

},
"version": "0.10.0"
"version": "0.10.1"
}

@@ -259,3 +259,8 @@ module.exports = (function () {

if (data.code) {
state = JSON.parse(this.$route.query.state);
try {
state = JSON.parse(decodeURIComponent(this.$route.query.state));
}
catch(e) {
state = {};
}

@@ -515,3 +520,3 @@ _login.call(this, this.getOption(type + 'Url'), data, state.rememberMe, state.redirect, options);

version() {
return '0.10.0';
return '0.10.1';
}

@@ -518,0 +523,0 @@ }

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