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.13 to 0.2.14

11

lib/save.js

@@ -31,2 +31,11 @@ "use strict";

const chalk_1 = __importDefault(require("chalk"));
const defaultPrettierOptions = {
printWidth: 100,
tabWidth: 2,
trailingComma: 'es5',
singleQuote: true,
semi: true,
bracketSpacing: true,
htmlWhitespaceSensitivity: 'strict',
};
async function saveRoutesFiles(filePath, templateRoutes) {

@@ -36,3 +45,3 @@ try {

if (!prettierFoundOptions) {
prettierFoundOptions = require('../.prettierrc');
prettierFoundOptions = defaultPrettierOptions;
}

@@ -39,0 +48,0 @@ const formatedModelsFile = prettier.format(templateRoutes, {

2

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