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

@types/mdast

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/mdast - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

58

mdast/index.d.ts

@@ -10,3 +10,3 @@ // Type definitions for Mdast 4.0

import type { Data as UnistData, Literal as UnistLiteral, Node as UnistNode, Parent as UnistParent } from 'unist';
import type { Data as UnistData, Literal as UnistLiteral, Node as UnistNode, Parent as UnistParent } from "unist";

@@ -32,3 +32,3 @@ // ## Enumeration

*/
export type AlignType = 'center' | 'left' | 'right' | null;
export type AlignType = "center" | "left" | "right" | null;

@@ -44,3 +44,3 @@ /**

*/
export type ReferenceType = 'shortcut' | 'collapsed' | 'full';
export type ReferenceType = "shortcut" | "collapsed" | "full";

@@ -530,3 +530,3 @@ // ## Mixin

*/
type: 'blockquote';
type: "blockquote";
/**

@@ -554,3 +554,3 @@ * Children of block quote.

*/
type: 'break';
type: "break";
/**

@@ -574,3 +574,3 @@ * Data associated with the mdast break.

*/
type: 'code';
type: "code";
/**

@@ -604,3 +604,3 @@ * Language of computer code being marked up.

*/
type: 'definition';
type: "definition";
/**

@@ -624,3 +624,3 @@ * Data associated with the mdast definition.

*/
type: 'delete';
type: "delete";
/**

@@ -648,3 +648,3 @@ * Children of GFM delete.

*/
type: 'emphasis';
type: "emphasis";
/**

@@ -672,3 +672,3 @@ * Children of emphasis.

*/
type: 'footnoteDefinition';
type: "footnoteDefinition";
/**

@@ -696,3 +696,3 @@ * Children of GFM footnote definition.

*/
type: 'footnoteReference';
type: "footnoteReference";
/**

@@ -716,3 +716,3 @@ * Data associated with the mdast GFM footnote reference.

*/
type: 'heading';
type: "heading";
/**

@@ -746,3 +746,3 @@ * Heading rank.

*/
type: 'html';
type: "html";
/**

@@ -774,3 +774,3 @@ * Data associated with the mdast HTML.

*/
type: 'image';
type: "image";
/**

@@ -794,3 +794,3 @@ * Data associated with the mdast image.

*/
type: 'imageReference';
type: "imageReference";
/**

@@ -814,3 +814,3 @@ * Data associated with the mdast image reference.

*/
type: 'inlineCode';
type: "inlineCode";
/**

@@ -834,3 +834,3 @@ * Data associated with the mdast code (text).

*/
type: 'link';
type: "link";
/**

@@ -858,3 +858,3 @@ * Children of link.

*/
type: 'linkReference';
type: "linkReference";
/**

@@ -882,3 +882,3 @@ * Children of link reference.

*/
type: 'list';
type: "list";
/**

@@ -920,3 +920,3 @@ * Whether the items have been intentionally ordered (when `true`), or that

*/
type: 'listItem';
type: "listItem";
/**

@@ -956,3 +956,3 @@ * Whether the item is a tasklist item (when `boolean`).

*/
type: 'paragraph';
type: "paragraph";
/**

@@ -982,3 +982,3 @@ * Children of paragraph.

*/
type: 'root';
type: "root";
/**

@@ -1002,3 +1002,3 @@ * Data associated with the mdast root.

*/
type: 'strong';
type: "strong";
/**

@@ -1026,3 +1026,3 @@ * Children of strong.

*/
type: 'table';
type: "table";
/**

@@ -1054,3 +1054,3 @@ * How cells in columns are aligned.

*/
type: 'tableRow';
type: "tableRow";
/**

@@ -1078,3 +1078,3 @@ * Children of GFM table row.

*/
type: 'tableCell';
type: "tableCell";
/**

@@ -1102,3 +1102,3 @@ * Children of GFM table cell.

*/
type: 'text';
type: "text";
/**

@@ -1122,3 +1122,3 @@ * Data associated with the mdast text.

*/
type: 'thematicBreak';
type: "thematicBreak";
/**

@@ -1142,3 +1142,3 @@ * Data associated with the mdast thematic break.

*/
type: 'yaml';
type: "yaml";
/**

@@ -1145,0 +1145,0 @@ * Data associated with the mdast YAML.

{
"name": "@types/mdast",
"version": "4.0.0",
"version": "4.0.1",
"description": "TypeScript definitions for Mdast",

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

},
"typesPublisherContentHash": "d03fb5b99f6a1129979d7e8f8c9f85c7b8833a288165dee3df99520692aa0802",
"typeScriptVersion": "4.3"
"typesPublisherContentHash": "418aee2753a71e63c822484a43fda75e4fffda2baa4bc1674da9e2ad3b313e04",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Thu, 06 Jul 2023 20:32:45 GMT
* Last updated: Wed, 27 Sep 2023 09:42:15 GMT
* Dependencies: [@types/unist](https://npmjs.com/package/@types/unist)

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

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