@docusaurus/utils-validation
Advanced tools
Comparing version 2.0.0-alpha.69 to 2.0.0-alpha.378053ac5
{ | ||
"name": "@docusaurus/utils-validation", | ||
"version": "2.0.0-alpha.69", | ||
"version": "2.0.0-alpha.378053ac5", | ||
"description": "Node validation utility functions for Docusaurus packages", | ||
@@ -21,3 +21,3 @@ "main": "./lib/index.js", | ||
"dependencies": { | ||
"@docusaurus/utils": "2.0.0-alpha.69", | ||
"@docusaurus/utils": "2.0.0-alpha.378053ac5", | ||
"chalk": "^3.0.0", | ||
@@ -29,3 +29,3 @@ "joi": "^17.2.1" | ||
}, | ||
"gitHead": "4410a9eb01b87c2df664986ba37e748ed34a3c78" | ||
"gitHead": "de6131ca7167543245c4a468122559901a442519" | ||
} |
@@ -22,3 +22,3 @@ /** | ||
}: { | ||
schema: Joi.SchemaLike; | ||
schema: Joi.Schema; | ||
defaultValue?: unknown; | ||
@@ -40,3 +40,3 @@ }) { | ||
function testMarkdownPluginSchemas(schema: Joi.SchemaLike) { | ||
function testMarkdownPluginSchemas(schema: Joi.Schema) { | ||
const {testOK, testFail} = createTestHelpers({ | ||
@@ -43,0 +43,0 @@ schema, |
@@ -28,3 +28,3 @@ /** | ||
export const logValidationBugReportHint = () => { | ||
export const logValidationBugReportHint = (): void => { | ||
console.log( | ||
@@ -31,0 +31,0 @@ `\n${chalk.red('A validation error occured.')}${chalk.cyanBright( |
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
469243
1
+ Added@docusaurus/types@2.0.0-alpha.378053ac5(transitive)
+ Added@docusaurus/utils@2.0.0-alpha.378053ac5(transitive)
- Removed@docusaurus/types@2.0.0-alpha.69(transitive)
- Removed@docusaurus/utils@2.0.0-alpha.69(transitive)