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.41ef333e4 to 2.0.0-alpha.601c8fe68

4

package.json
{
"name": "@docusaurus/types",
"version": "2.0.0-alpha.41ef333e4",
"version": "2.0.0-alpha.601c8fe68",
"description": "Common used typings for Docusaurus packages",

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

},
"gitHead": "8ab42ced521397663651b4e5fbedfce35e8eb7d8"
"gitHead": "02165a67a84aa28b441101e152d472ffe2309c67"
}

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

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

@@ -100,0 +105,0 @@

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