@docusaurus/utils
Advanced tools
Comparing version 2.0.0-alpha.378053ac5 to 2.0.0-alpha.b20d016bc
@@ -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.b20d016bc", | ||
"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.b20d016bc", | ||
"chalk": "^3.0.0", | ||
@@ -35,3 +35,3 @@ "escape-string-regexp": "^2.0.0", | ||
}, | ||
"gitHead": "de6131ca7167543245c4a468122559901a442519" | ||
"gitHead": "14f3db0983873aace96abef506f523c9bd7dc75e" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
518566
0
+ Added@docusaurus/types@2.0.0-alpha.b20d016bc(transitive)
- Removed@docusaurus/types@2.0.0-alpha.378053ac5(transitive)