New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nuxt-auth

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-auth - npm Package Compare versions

Comparing version 2.0.8 to 2.0.9

4

package.json
{
"name": "nuxt-auth",
"version": "2.0.8",
"version": "2.0.9",
"description": "Authentication module for Nuxt.js",

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

"main": "dist/index.js",
"repository": "https://github.com/nuxt-community/auth-module",
"repository": "https://github.com/herbertscruz/auth-module.git",
"publishConfig": {

@@ -18,0 +18,0 @@ "access": "public"

@@ -1,18 +0,7 @@

# Auth
# Nuxt Auth
It is an evolution of the [@nuxtjs/auth](https://github.com/nuxt-community/auth-module) package.
[![npm (scoped with tag)](https://img.shields.io/npm/v/@nuxtjs/auth/latest.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/auth)
[![npm](https://img.shields.io/npm/dt/@nuxtjs/auth.svg?style=flat-square)](https://npmjs.com/package/@nuxtjs/auth)
[![CircleCI](https://img.shields.io/circleci/project/github/nuxt-community/auth-module.svg?style=flat-square)](https://circleci.com/gh/nuxt-community/auth-module)
[![Codecov](https://img.shields.io/codecov/c/github/nuxt-community/auth-module.svg?style=flat-square)](https://codecov.io/gh/nuxt-community/auth-module)
[![Dependencies](https://david-dm.org/nuxt-community/auth-module/status.svg?style=flat-square)](https://david-dm.org/nuxt-community/auth-module)
[![js-standard-style](https://cdn.rawgit.com/standard/standard/master/badge.svg)](http://standardjs.com)
> Authentication module for Nuxt.js
[📖 **Release Notes**](./CHANGELOG.md)
## Setup
- Add `@nuxtjs/auth` dependency using yarn or npm to your project
- Add `@nuxtjs/auth` and `@nuxtjs/axios` to `modules` section of `nuxt.config.js`
- Add `nuxt-auth` dependency using yarn or npm to your project
- Add `nuxt-auth` and `@nuxtjs/axios` to `modules` section of `nuxt.config.js`

@@ -22,3 +11,3 @@ ```js

modules: [
'@nuxtjs/auth',
'nuxt-auth',

@@ -25,0 +14,0 @@ // ...Axios module should be included AFTER @nuxtjs/auth

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