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

@docusaurus/types

Package Overview
Dependencies
Maintainers
6
Versions
1831
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docusaurus/types - npm Package Compare versions

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

4

package.json
{
"name": "@docusaurus/types",
"version": "2.0.0-alpha.bd62be93d",
"version": "2.0.0-alpha.e90749c6f",
"description": "Common used typings for Docusaurus packages",

@@ -22,3 +22,3 @@ "main": "./src/index.js",

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

@@ -339,3 +339,6 @@ /**

export interface ValidationSchema<T> {
validate(options: Partial<T>, opt: object): ValidationResult<T>;
validate(
options: Partial<T>,
opt: Record<string, unknown>,
): ValidationResult<T>;
unknown(): ValidationSchema<T>;

@@ -342,0 +345,0 @@ append(data: any): ValidationSchema<T>;

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