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 1.1.0-beta to 1.1.1-beta

4

package.json

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

"version": "1.1.0-beta",
"version": "1.1.1-beta",

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

"replace-webpack-plugin": "0.1.2",
"@websanova/vue-auth": "1.1.0-beta"
"@websanova/vue-auth": "1.1.1-beta"
},

@@ -49,0 +49,0 @@

@@ -78,3 +78,3 @@ module.exports = {

routerBeforeEach.call(_this, function () {
transitionEach.call(_this, (transition.to || transition).auth, function () { (next || transition.next)(); });
transitionEach.call(_this, (transition.meta || {}).auth || (transition.to || transition).auth, function () { (next || transition.next)(); });
});

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