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

@docusaurus/utils-validation

Package Overview
Dependencies
Maintainers
6
Versions
1780
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docusaurus/utils-validation - npm Package Compare versions

Comparing version 2.0.0-alpha.bd62be93d to 2.0.0-alpha.e90749c6f

6

package.json
{
"name": "@docusaurus/utils-validation",
"version": "2.0.0-alpha.bd62be93d",
"version": "2.0.0-alpha.e90749c6f",
"description": "Node validation utility functions for Docusaurus packages",

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

"dependencies": {
"@docusaurus/utils": "2.0.0-alpha.bd62be93d",
"@docusaurus/utils": "2.0.0-alpha.e90749c6f",
"chalk": "^3.0.0",

@@ -29,3 +29,3 @@ "joi": "^17.2.1"

},
"gitHead": "056b5525e788ce77b725ff6fdea2be2cdcea3cd9"
"gitHead": "bbb311222a6625fafa732443cc41544d4ec762e2"
}

@@ -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

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