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

@docusaurus/types

Package Overview
Dependencies
Maintainers
3
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.25 to 2.0.0-alpha.26

4

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

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

},
"gitHead": "8d4def5c08887a4b3000883a9082518058cf484c"
"gitHead": "d1e426afd8ba5698dcbef851b39b0b800f4a67c6"
}

@@ -22,2 +22,14 @@ import {Loader, Configuration} from 'webpack';

};
scripts?: (
| string
| {
src: string;
[key: string]: any;
})[];
stylesheets?: (
| string
| {
href: string;
[key: string]: any;
})[];
}

@@ -61,3 +73,3 @@

name: string;
loadContent?(): T;
loadContent?(): Promise<T>;
contentLoaded?({

@@ -72,3 +84,7 @@ content,

postStart?(props: Props): void;
configureWebpack?(config: Configuration, isServer: boolean): Configuration;
configureWebpack?(
config: Configuration,
isServer: boolean,
utils: ConfigureWebpackUtils,
): Configuration;
getThemePath?(): string;

@@ -75,0 +91,0 @@ getPathsToWatch?(): string[];

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