New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.12.0 to 0.12.1-moved

2

package.json

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

},
"version": "0.12.0"
"version": "0.12.1-moved"
}

@@ -35,8 +35,2 @@ module.exports = (function () {

function _invalidToken (res) {
if (res.status === 401) {
this.logout(this.getOption('logoutRedirect'))
}
}
// Utils

@@ -364,3 +358,3 @@

authenticated: null,
useToken: null
currentToken: null
}

@@ -533,3 +527,3 @@ },

version() {
return '0.12.0';
return '0.12.1';
},

@@ -542,3 +536,3 @@

useToken(name) {
this.useToken = name;
this.currentToken = name;
}

@@ -574,3 +568,3 @@ }

_interceptor(Vue, (req) => {
var token = _getToken.call(auth, auth.useToken);
var token = _getToken.call(auth, auth.currentToken);

@@ -577,0 +571,0 @@ if (token && auth.getOption('authType') === 'bearer') {

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