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

@nuxtjs/auth

Package Overview
Dependencies
Maintainers
3
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxtjs/auth - npm Package Compare versions

Comparing version 4.0.0-rc.1 to 4.0.0-rc.2

10

CHANGELOG.md

@@ -5,2 +5,12 @@ # Change Log

<a name="4.0.0-rc.2"></a>
# [4.0.0-rc.2](https://github.com/nuxt-community/auth-module/compare/v4.0.0-rc.1...v4.0.0-rc.2) (2018-02-03)
### Bug Fixes
* **Auth:** register vuex store before all watchers ([006650f](https://github.com/nuxt-community/auth-module/commit/006650f))
<a name="4.0.0-rc.1"></a>

@@ -7,0 +17,0 @@ # [4.0.0-rc.1](https://github.com/nuxt-community/auth-module/compare/v4.0.0-rc.0...v4.0.0-rc.1) (2018-02-03)

5

lib/templates/auth.class.js

@@ -21,2 +21,5 @@ import Cookies from 'js-cookie'

// Register vuex store
this._registerVuexStore()
// Reset on error

@@ -31,4 +34,2 @@ if (this.options.resetOnError) {

}
this._registerVuexStore()
}

@@ -35,0 +36,0 @@

2

package.json
{
"name": "@nuxtjs/auth",
"version": "4.0.0-rc.1",
"version": "4.0.0-rc.2",
"description": "Authentication module for Nuxt.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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