Socket
Socket
Sign inDemoInstall

@types/mdx

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mdx - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

4

mdx/package.json
{
"name": "@types/mdx",
"version": "2.0.0",
"version": "2.0.1",
"description": "TypeScript definitions for mdx",

@@ -33,4 +33,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mdx",

"dependencies": {},
"typesPublisherContentHash": "eaec60d3fac43bf4c92de09e54f8e7ec97ccd6afa1c7ef9604fab8498c615172",
"typesPublisherContentHash": "b7ee723a8e8a51357fdba1928d23f2f6d00238c340cc18b185941482b711ee00",
"typeScriptVersion": "3.9"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Tue, 12 Oct 2021 20:01:25 GMT
* Last updated: Sun, 17 Oct 2021 19:31:17 GMT
* Dependencies: none

@@ -14,0 +14,0 @@ * Global values: none

@@ -11,3 +11,3 @@ // Internal helper types

interface NestedMDXComponents {
[key: string]: NestedMDXComponents | Component<any>;
[key: string]: NestedMDXComponents | Component<any> | keyof JSX.IntrinsicElements;
}

@@ -24,3 +24,3 @@

{
[Key in keyof JSX.IntrinsicElements]?: Component<JSX.IntrinsicElements[Key]>;
[Key in keyof JSX.IntrinsicElements]?: Component<JSX.IntrinsicElements[Key]> | keyof JSX.IntrinsicElements;
} & {

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