Socket
Socket
Sign inDemoInstall

@nuxt/utils

Package Overview
Dependencies
Maintainers
4
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.10.0 to 2.10.1

4

dist/utils.js
/*!
* @nuxt/utils v2.10.0 (c) 2016-2019
* @nuxt/utils v2.10.1 (c) 2016-2019

@@ -1679,3 +1679,3 @@ * - All the amazing contributors

route.pathToRegexpOptions = { ...route.pathToRegexpOptions, strict: true };
route.path = route.path.replace(/\/+$/, '') + (trailingSlash ? '/' : '');
route.path = route.path.replace(/\/+$/, '') + (trailingSlash ? '/' : '') || '/';
}

@@ -1682,0 +1682,0 @@

{
"name": "@nuxt/utils",
"version": "2.10.0",
"version": "2.10.1",
"repository": "nuxt/nuxt.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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