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

@docusaurus/utils

Package Overview
Dependencies
Maintainers
3
Versions
1839
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.40 to 2.0.0-alpha.41

2

lib/index.js

@@ -56,3 +56,3 @@ "use strict";

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

@@ -59,0 +59,0 @@ /**

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

@@ -21,5 +21,5 @@ "main": "./lib/index.js",

"engines": {
"node": ">= 8.10.0"
"node": ">=10.9.0"
},
"gitHead": "dad50823b67069bb7926dbd27c58089143734015"
"gitHead": "d39c301db838ac3e3ef52fc2e4359a96a025db1a"
}

@@ -63,3 +63,3 @@ /**

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

@@ -66,0 +66,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