Socket
Socket
Sign inDemoInstall

@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.8.0 to 2.8.1

11

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

@@ -1634,4 +1634,9 @@ * - All the amazing contributors

const createRoutes = function createRoutes(files, srcDir, pagesDir = '', routeNameSplitter = '-') {
const supportedExtensions = ['vue', 'js', 'ts', 'tsx'];
const createRoutes = function createRoutes({
files,
srcDir,
pagesDir = '',
routeNameSplitter = '-',
supportedExtensions = ['vue', 'js', 'ts', 'tsx']
}) {
const routes = [];

@@ -1638,0 +1643,0 @@ files.forEach((file) => {

{
"name": "@nuxt/utils",
"version": "2.8.0",
"version": "2.8.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