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

textlint-rule-ja-space-after-exclamation

Package Overview
Dependencies
Maintainers
5
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textlint-rule-ja-space-after-exclamation - npm Package Compare versions

Comparing version 2.0.2 to 2.1.3

2

lib/index.js

@@ -24,3 +24,3 @@ // LICENSE : MIT

[Syntax.Str](node) {
if (helper.isChildNode(node, [Syntax.Link, "LinkReference", Syntax.Image, Syntax.BlockQuote, Syntax.Emphasis])) {
if (!helper.isPlainStrNode(node)) {
return;

@@ -27,0 +27,0 @@ }

{
"name": "textlint-rule-ja-space-after-exclamation",
"version": "2.0.2",
"version": "2.1.3",
"description": "感嘆符前後のスペースについてのtexlintルール",

@@ -36,5 +36,5 @@ "main": "lib/index.js",

"match-index": "^1.0.3",
"textlint-rule-helper": "^2.1.1"
"textlint-rule-helper": "^2.2.0"
},
"gitHead": "e7bae3dee80b6c6f0c49cc4469f4d22acfc5527d"
"gitHead": "5618a1d06e5df15d3961e737580d157ba45daef1"
}

@@ -15,3 +15,3 @@ // LICENSE : MIT

[Syntax.Str](node){
if (helper.isChildNode(node, [Syntax.Link, "LinkReference", Syntax.Image, Syntax.BlockQuote, Syntax.Emphasis])) {
if (!helper.isPlainStrNode(node)) {
return;

@@ -18,0 +18,0 @@ }

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