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 3.2.0 to 3.2.1

5

CHANGELOG.md

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

<a name="3.2.1"></a>
## [3.2.1](https://github.com/nuxt-community/auth-module/compare/v3.2.0...v3.2.1) (2017-12-20)
<a name="3.2.0"></a>

@@ -7,0 +12,0 @@ # [3.2.0](https://github.com/nuxt-community/auth-module/compare/v3.1.1...v3.2.0) (2017-11-18)

4

lib/templates/auth.plugin.js

@@ -11,3 +11,5 @@ import './auth.middleware'

// Register auth store module
store.registerModule('auth', authStore)
store.registerModule('auth', authStore, {
preserveState: !!store.state.auth,
})

@@ -14,0 +16,0 @@ // Fetch initial state

{
"name": "@nuxtjs/auth",
"version": "3.2.0",
"version": "3.2.1",
"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