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.0.5 to 0.0.6

8

lib/module.js

@@ -7,4 +7,4 @@ import fs from 'fs';

function typedRouterModule(moduleOptions) => {
const options = { ...this.options.typedRouter, ..._moduleOptions }
function typedRouterModule(moduleOptions) {
const options = { ...this.options.typedRouter, ...moduleOptions };

@@ -28,3 +28,3 @@ this.addPlugin({

}
routesEnum.push(`'${route.name}'`);
if (route.name) routesEnum.push(`'${route.name}'`);
};

@@ -62,5 +62,5 @@ routes.map(recursiveTypedRoutes);

});
};
}
module.exports = typedRouterModule;
module.exports.meta = require('../package.json');
{
"name": "nuxt-typed-router",
"version": "0.0.5",
"version": "0.0.6",
"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