@docusaurus/utils
Advanced tools
Comparing version 2.0.0-alpha.378053ac5 to 2.0.0-alpha.3e12e951b
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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.3e12e951b(transitive)
- Removed@docusaurus/types@2.0.0-alpha.378053ac5(transitive)