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

@docusaurus/types

Package Overview
Dependencies
Maintainers
4
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.54 to 2.0.0-alpha.55

4

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

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

},
"gitHead": "753d117025935834af856f4751d0051911254d7b"
"gitHead": "d94a549cfbf054acf80e92fda0fbe8072f8e1d9d"
}

@@ -108,2 +108,3 @@ /**

}): void;
routesLoaded?(routes: RouteConfig[]): void;
postBuild?(props: Props): void;

@@ -110,0 +111,0 @@ postStart?(props: Props): void;

@@ -0,3 +1,10 @@

/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/* eslint-disable */
'use strict';
Object.defineProperty(exports, '__esModule', {value: true});
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