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

4

package.json

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

"version": "2.13.0-beta",
"version": "2.13.1-beta",

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

"@websanova/vue-auth": "2.13.0-beta",
"@websanova/vue-auth": "2.13.1-beta",
"axios": "0.16.2",

@@ -60,0 +60,0 @@ "vue-axios": "2.0.2"

@@ -218,3 +218,3 @@ var __utils = require('./lib/utils.js'),

if (data.autoLogin === true) {
data = __utils.extend(data, [this.options.loginData]);
data = __utils.extend(data, [this.options.loginData, {redirect: data.redirect || this.options.loginData.redirect}]);

@@ -221,0 +221,0 @@ this.options.loginPerform.call(this, data);

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