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

@hippocrates-holding/nuxt-redirects

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hippocrates-holding/nuxt-redirects

Massive redirect rules module handler

  • 1.3.6
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
18
decreased by-90.43%
Maintainers
1
Weekly downloads
 
Created
Source

@hippocrates-holding/nuxt-redirects

npm version npm downloads License Nuxt

A Nuxt module that allows for redirect management using a simple CSV file, it leverages zod-csv under the hood for validation, handling both punctual and regex redirects. An example CSV file can be found here.

Quick Setup

  1. Add the @hippocrates-holding/nuxt-redirects dependency to your project.
# Using pnpm
pnpm add -D @hippocrates-holding/nuxt-redirects

# Using yarn
yarn add --dev @hippocrates-holding/nuxt-redirects

# Using npm
npm install --save-dev @hippocrates-holding/nuxt-redirects
  1. Add @hippocrates-holding/nuxt-redirects to the modules section of your nuxt.config.ts file.
export default defineNuxtConfig({
  modules: ["@hippocrates-holding/nuxt-redirects"],
});

That's it! You can now start using it in your Nuxt app. ✨

Development

# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release

License

Licensed under the MIT License.

FAQs

Package last updated on 12 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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