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

@docusaurus/module-type-aliases

Package Overview
Dependencies
Maintainers
5
Versions
1783
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@docusaurus/module-type-aliases - npm Package Compare versions

Comparing version 2.0.0-alpha.58 to 2.0.0-alpha.59

4

package.json
{
"name": "@docusaurus/module-type-aliases",
"version": "2.0.0-alpha.58",
"version": "2.0.0-alpha.59",
"description": "Docusaurus module type aliases",

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

"license": "MIT",
"gitHead": "16ba6e54b672151a2fcd0ded8deb56f638f6ec01"
"gitHead": "a1f688789f501bf3f597acbde0f347eca9cadd6f"
}

@@ -18,2 +18,7 @@ /**

declare module '@generated/site-metadata' {
const siteMetadata: any;
export default siteMetadata;
}
declare module '@generated/registry' {

@@ -41,7 +46,11 @@ const registry: {

declare module '@theme/*' {
const component: any;
export default component;
declare module '@generated/globalData' {
const globalData: any;
export default globalData;
}
declare module '@theme/*';
declare module '@theme-original/*';
declare module '@docusaurus/*';

@@ -48,0 +57,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