New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@docusaurus/types

Package Overview
Dependencies
Maintainers
0
Versions
1855
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 3.6.3 to 3.7.0-canary-6191

10

package.json
{
"name": "@docusaurus/types",
"version": "3.6.3",
"version": "3.7.0-canary-6191",
"description": "Common types for Docusaurus packages.",

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

"joi": "^17.9.2",
"react-helmet-async": "^1.3.0",
"react-helmet-async": "npm:@slorber/react-helmet-async@1.3.0",
"utility-types": "^3.10.0",

@@ -28,6 +28,6 @@ "webpack": "^5.95.0",

"peerDependencies": {
"react": "^18.0.0",
"react-dom": "^18.0.0"
"react": "^18.0.0 || ^19.0.0",
"react-dom": "^18.0.0 || ^19.0.0"
},
"gitHead": "9c0e19c669ffcbc0972bfd8527e8b93f1f74e7d8"
"gitHead": "9ffcdd6269ba34df20cb1986fc53614b4c4c1a69"
}

@@ -111,2 +111,8 @@ /**

export type ConfigureWebpackResult = WebpackConfiguration & {
mergeStrategy?: {
[key: string]: CustomizeRuleString;
};
};
export type Plugin<Content = unknown> = {

@@ -138,7 +144,3 @@ name: string;

content: Content,
) => WebpackConfiguration & {
mergeStrategy?: {
[key: string]: CustomizeRuleString;
};
};
) => ConfigureWebpackResult;
configurePostCss?: (options: PostCssOptions) => PostCssOptions;

@@ -145,0 +147,0 @@ getThemePath?: () => string;

@@ -8,3 +8,3 @@ /**

import type {JSXElementConstructor} from 'react';
import type {JSX, JSXElementConstructor} from 'react';

@@ -11,0 +11,0 @@ export type SwizzleAction = 'eject' | 'wrap';

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