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 1.0.0-alpha-1 to 1.0.0-alpha-2

8

lib/module.js

@@ -189,4 +189,4 @@ "use strict";

declare module '#app' {
interface NuxtApp {
declare module 'nuxt3/dist/app/nuxt' {
export interface NuxtApp {
$typedRouter: TypedRouter

@@ -201,4 +201,4 @@ }

}
declare module 'nuxt-typed-router/hook' {
declare const useTypedRouter: () => TypedRouter;
declare module 'nuxt-typed-router' {
export declare const useTypedRouter: () => TypedRouter;
}

@@ -205,0 +205,0 @@ `;

{
"name": "nuxt-typed-router",
"version": "1.0.0-alpha-1",
"version": "1.0.0-alpha-2",
"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