New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@docusaurus/utils

Package Overview
Dependencies
Maintainers
5
Versions
1892
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docusaurus/utils - npm Package Compare versions

Comparing version 2.0.0-alpha.60 to 2.0.0-alpha.61

4

lib/index.js

@@ -58,4 +58,4 @@ "use strict";

exports.objectWithKeySorted = objectWithKeySorted;
const indexRE = /(^|.*\/)index\.(md|js|jsx|ts|tsx)$/i;
const extRE = /\.(md|js|ts|tsx)$/;
const indexRE = /(^|.*\/)index\.(md|mdx|js|jsx|ts|tsx)$/i;
const extRE = /\.(md|mdx|js|jsx|ts|tsx)$/;
/**

@@ -62,0 +62,0 @@ * Convert filepath to url path.

{
"name": "@docusaurus/utils",
"version": "2.0.0-alpha.60",
"version": "2.0.0-alpha.61",
"description": "Node utility functions for Docusaurus packages",

@@ -26,3 +26,3 @@ "main": "./lib/index.js",

},
"gitHead": "6124c60995244f348b4bea4d6ec5e01f7d5d9a73"
"gitHead": "0b5432e9dfed6fc46fd181a9be5f0b33251e17f4"
}

@@ -65,4 +65,4 @@ /**

const indexRE = /(^|.*\/)index\.(md|js|jsx|ts|tsx)$/i;
const extRE = /\.(md|js|ts|tsx)$/;
const indexRE = /(^|.*\/)index\.(md|mdx|js|jsx|ts|tsx)$/i;
const extRE = /\.(md|mdx|js|jsx|ts|tsx)$/;

@@ -69,0 +69,0 @@ /**

Sorry, the diff of this file is not supported yet

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