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

@docusaurus/utils

Package Overview
Dependencies
Maintainers
6
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.378053ac5 to 2.0.0-alpha.3e12e951b

2

lib/index.d.ts

@@ -67,3 +67,3 @@ /**

export declare function isValidPathname(str: string): boolean;
export declare function resolvePathname(to: string, from?: string): any;
export declare function resolvePathname(to: string, from?: string): string;
export declare function addLeadingSlash(str: string): string;

@@ -70,0 +70,0 @@ export declare function addTrailingSlash(str: string): string;

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

throw new Error(`Error while parsing markdown front matter.
This can happen if you use special characteres like : in frontmatter values (try using "" around that value)
This can happen if you use special characters like : in frontmatter values (try using "" around that value)
${e.message}`);

@@ -233,0 +233,0 @@ }

{
"name": "@docusaurus/utils",
"version": "2.0.0-alpha.378053ac5",
"version": "2.0.0-alpha.3e12e951b",
"description": "Node utility functions for Docusaurus packages",

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

"dependencies": {
"@docusaurus/types": "2.0.0-alpha.378053ac5",
"@docusaurus/types": "2.0.0-alpha.3e12e951b",
"chalk": "^3.0.0",

@@ -35,3 +35,3 @@ "escape-string-regexp": "^2.0.0",

},
"gitHead": "de6131ca7167543245c4a468122559901a442519"
"gitHead": "672747249568c3cc4d595c7238d4a5f776fa90c4"
}

Sorry, the diff of this file is not supported yet

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