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

@tsconfig/docusaurus

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsconfig/docusaurus - npm Package Compare versions

Comparing version 1.0.7 to 2.0.0

2

package.json

@@ -14,3 +14,3 @@ {

],
"version": "1.0.7"
"version": "2.0.0"
}

@@ -25,2 +25,3 @@ ### A base TSConfig for working with Docusaurus v2.

"docs": "https://v2.docusaurus.io/docs/typescript-support",
"_version": "2.0.0",

@@ -32,3 +33,4 @@ "compilerOptions": {

"lib": ["DOM"],
"moduleResolution": "Node16",
"module": "esnext",
"moduleResolution": "bundler",
"noEmit": true,

@@ -35,0 +37,0 @@ "types": ["node", "@docusaurus/module-type-aliases", "@docusaurus/theme-classic"],

@@ -5,2 +5,3 @@ {

"docs": "https://v2.docusaurus.io/docs/typescript-support",
"_version": "2.0.0",

@@ -12,3 +13,4 @@ "compilerOptions": {

"lib": ["DOM"],
"moduleResolution": "Node16",
"module": "esnext",
"moduleResolution": "bundler",
"noEmit": true,

@@ -15,0 +17,0 @@ "types": ["node", "@docusaurus/module-type-aliases", "@docusaurus/theme-classic"],

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