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

@nuxtjs/auth

Package Overview
Dependencies
Maintainers
5
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.8.3 to 4.8.4

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [4.8.4](https://github.com/nuxt-community/auth-module/compare/v4.8.3...v4.8.4) (2019-09-12)
### Bug Fixes
* **oauth2:** restore callback handling on static sites ([#453](https://github.com/nuxt-community/auth-module/issues/453)) ([06165a0](https://github.com/nuxt-community/auth-module/commit/06165a0))
### [4.8.3](https://github.com/nuxt-community/auth-module/compare/v4.8.2...v4.8.3) (2019-09-10)

@@ -7,0 +14,0 @@

4

lib/schemes/oauth2.js

@@ -131,4 +131,4 @@ import { encodeQuery, parseQuery } from '../utilities'

}
// Callback flow is not supported in static generation
if (process.server && process.static) {
// Callback flow is not supported in server side
if (process.server) {
return

@@ -135,0 +135,0 @@ }

{
"name": "@nuxtjs/auth",
"version": "4.8.3",
"version": "4.8.4",
"description": "Authentication module for Nuxt.js",

@@ -52,3 +52,3 @@ "license": "MIT",

"lodash": "^4.17.15",
"nanoid": "^2.1.0"
"nanoid": "^2.1.1"
},

@@ -75,3 +75,3 @@ "devDependencies": {

"nuxt-class-component": "^1.3.0",
"nuxt-edge": "^2.10.0-26134570.8ccca220",
"nuxt-edge": "^2.10.0-26137453.e9c4bcfe",
"puppeteer": "^1.19.0",

@@ -78,0 +78,0 @@ "standard-version": "^7.0.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