Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@nuxt/utils

Package Overview
Dependencies
Maintainers
3
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nuxt/utils - npm Package Compare versions

Comparing version 2.14.9 to 2.14.10

9

dist/utils.js
/*!
* @nuxt/utils v2.14.9 (c) 2016-2020
* @nuxt/utils v2.14.10 (c) 2016-2020

@@ -18,2 +18,3 @@ * - All the amazing contributors

const onExit = require('signal-exit');
const ufo = require('@nuxt/ufo');
const serialize = require('serialize-javascript');

@@ -1728,6 +1729,4 @@ const UAParser = require('ua-parser-js');

} else {
const isDynamic = key.startsWith('_');
route.path += '/' + getRoutePathExtension(isDynamic ? key : encodeURIComponent(decodeURIComponent(key)));
if (isDynamic && key.length > 1) {
route.path += ufo.normalizeURL(getRoutePathExtension(key));
if (key.startsWith('_') && key.length > 1) {
route.path += '?';

@@ -1734,0 +1733,0 @@ }

{
"name": "@nuxt/utils",
"version": "2.14.9",
"version": "2.14.10",
"repository": "nuxt/nuxt.js",

@@ -11,2 +11,3 @@ "license": "MIT",

"dependencies": {
"@nuxt/ufo": "^0.0.3",
"consola": "^2.15.0",

@@ -13,0 +14,0 @@ "fs-extra": "^8.1.0",

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