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
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 2.0.0-alpha.b11c24b75 to 2.0.0-alpha.b133e2def

4

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

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

},
"gitHead": "a2c948999abe85e4dceaeeaf82995bb549db307c"
"gitHead": "b70f9e3900f675ac56b3d732e2e7fa7729caf6d1"
}

@@ -95,5 +95,10 @@ /**

export type I18nLocaleConfig = {
label: string;
};
export type I18nConfig = {
defaultLocale: string;
locales: [string, ...string[]];
localeConfigs: Record<string, I18nLocaleConfig>;
};

@@ -348,6 +353,6 @@

export interface MarkdownRightTableOfContents {
export interface TOCItem {
readonly value: string;
readonly id: string;
readonly children: MarkdownRightTableOfContents[];
readonly children: TOCItem[];
}
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