Socket
Socket
Sign inDemoInstall

@textlint/ast-node-types

Package Overview
Dependencies
Maintainers
3
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/ast-node-types - npm Package Compare versions

Comparing version 14.0.1 to 14.0.2

2

lib/src/NodeType.d.ts

@@ -94,3 +94,3 @@ /**

*/
export type StaticPhrasingContent = TxtStrNode | TxtEmphasisNode | TxtStrongNode | TxtDeleteNode | TxtHtmlNode | TxtCodeNode | TxtBreakNode | TxtImageNode;
export type StaticPhrasingContent = TxtStrNode | TxtEmphasisNode | TxtStrongNode | TxtDeleteNode | TxtHtmlNode | TxtCodeNode | TxtBreakNode | TxtImageNode | TxtCommentNode;
export interface TxtDocumentNode extends TxtParentNode {

@@ -97,0 +97,0 @@ type: "Document";

@@ -94,3 +94,3 @@ /**

*/
export type StaticPhrasingContent = TxtStrNode | TxtEmphasisNode | TxtStrongNode | TxtDeleteNode | TxtHtmlNode | TxtCodeNode | TxtBreakNode | TxtImageNode;
export type StaticPhrasingContent = TxtStrNode | TxtEmphasisNode | TxtStrongNode | TxtDeleteNode | TxtHtmlNode | TxtCodeNode | TxtBreakNode | TxtImageNode | TxtCommentNode;
export interface TxtDocumentNode extends TxtParentNode {

@@ -97,0 +97,0 @@ type: "Document";

{
"name": "@textlint/ast-node-types",
"version": "14.0.1",
"version": "14.0.2",
"description": "textlint AST node type definition.",

@@ -36,3 +36,3 @@ "keywords": [

},
"gitHead": "96df749595e4e2ecfd57f4be299ede0eda608a10"
"gitHead": "70c4bfe9aac372235492daec2336d7bf8e38a417"
}

@@ -128,3 +128,4 @@ // ================================================================================

| TxtBreakNode
| TxtImageNode;
| TxtImageNode
| TxtCommentNode;

@@ -131,0 +132,0 @@ export interface TxtDocumentNode extends TxtParentNode {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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