Socket
Socket
Sign inDemoInstall

@docusaurus/types

Package Overview
Dependencies
Maintainers
4
Versions
1765
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-6041 to 0.0.0-6042

4

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

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

},
"gitHead": "b5c3a9c073928d7ff8a653244659b332d74788f6"
"gitHead": "24f9d883f307d2d71807e3cd3db99b681388236e"
}

@@ -194,5 +194,4 @@ /**

| Plugin<Content>
| Promise<Plugin<Content>>
| null
| Promise<null>;
| Promise<Plugin<Content> | null>;

@@ -199,0 +198,0 @@ validateOptions?: <T, U>(data: OptionValidationContext<T, U>) => U;

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