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.20.1-beta to 2.20.2-beta

2

package.json

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

"version": "2.20.1-beta",
"version": "2.20.2-beta",

@@ -20,0 +20,0 @@ "repository": {

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

for (i in transition.query) {
query += '&' + transition.query[i];
if (transition.query[i]) {
query += '&' + i + '=' + transition.query[i];
}
}

@@ -229,0 +231,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