Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4 to 0.0.5

5

lib/module.js

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

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

@@ -63,2 +63,3 @@ this.addPlugin({

module.exports = typedRouterModule;
module.exports.meta = require('../package.json');

2

package.json
{
"name": "nuxt-typed-router",
"version": "0.0.4",
"version": "0.0.5",
"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