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.1.9 to 0.1.10

2

lib/module.js

@@ -23,3 +23,3 @@ // @ts-check

const [parentName, parentName2] = route.path.split('/');
routesInterfaces += `${camelCase(parentName || parentName2)}:{`;
routesInterfaces += `${camelCase(parentName || parentName2 || 'index')}:{`;
route.children.map(r => recursiveTypedRoutes(r, level + 1));

@@ -26,0 +26,0 @@ routesInterfaces += '},';

{
"name": "nuxt-typed-router",
"version": "0.1.9",
"version": "0.1.10",
"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