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

nuxt-typed-router

Package Overview
Dependencies
Maintainers
1
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nuxt-typed-router - npm Package Compare versions

Comparing version 0.2.10 to 0.2.11

4

lib/module.js

@@ -33,6 +33,2 @@ "use strict";

const { filePath = `${this.options.srcDir}/__routes.js`, routesObjectName = 'routerPagesNames', stripAtFromName = false, } = { ...this.options.typedRouter, ...moduleOptions };
this.addPlugin({
src: path_1.default.resolve(__dirname, './templates/plugin.js'),
fileName: 'nuxt-typed-router/plugin.js',
});
this.nuxt.hook('build:extendRoutes', async (existingRoutes) => {

@@ -39,0 +35,0 @@ try {

2

package.json
{
"name": "nuxt-typed-router",
"version": "0.2.10",
"version": "0.2.11",
"description": "Provide autocompletion for pages route names generated by Nuxt router",

@@ -5,0 +5,0 @@ "main": "lib/module.js",

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