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

@docusaurus/types

Package Overview
Dependencies
Maintainers
4
Versions
1808
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 0.0.0-5990 to 0.0.0-5993

4

package.json
{
"name": "@docusaurus/types",
"version": "0.0.0-5990",
"version": "0.0.0-5993",
"description": "Common types for Docusaurus packages.",

@@ -30,3 +30,3 @@ "types": "./src/index.d.ts",

},
"gitHead": "2de345260f1a6ff1e5f0f9e0b3c72b3cd49fc05a"
"gitHead": "0ad0160fc910803276cb4b5fe34254b7ec372bd4"
}

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

| Plugin<Content>
| Promise<Plugin<Content>>;
| Promise<Plugin<Content>>
| null
| Promise<null>;
validateOptions?: <T, U>(data: OptionValidationContext<T, U>) => U;

@@ -197,0 +200,0 @@ validateThemeConfig?: <T>(data: ThemeConfigValidationContext<T>) => 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