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

@textlint-rule/textlint-rule-no-unmatched-pair

Package Overview
Dependencies
Maintainers
5
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint-rule/textlint-rule-no-unmatched-pair - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

8

lib/parser/PairMaker.js

@@ -64,2 +64,10 @@ "use strict";

end: "\u3011"
}, {
key: "double guillemet «»",
start: "«",
end: "»"
}, {
key: "single guillemet ‹›",
start: "‹",
end: "›"
}];

@@ -66,0 +74,0 @@

2

package.json
{
"name": "@textlint-rule/textlint-rule-no-unmatched-pair",
"version": "2.0.2",
"version": "2.0.3",
"description": "textlint rule that check unmatched pairs like \"(\" and \")\"",

@@ -5,0 +5,0 @@ "keywords": [

@@ -18,2 +18,4 @@ # @textlint-rule/textlint-rule-no-unmatched-pair [![Actions Status: test](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair/workflows/test/badge.svg)](https://github.com/textlint-rule/textlint-rule-no-unmatched-pair/actions?query=workflow%3A"test")

- 隅付き括弧【】: `【` and `】`
- double guillemet: `«` and `»`
- single guillemet: `‹` and `›`

@@ -20,0 +22,0 @@ ## Examples

@@ -69,2 +69,12 @@ /**

end: `】`
},
{
key: "double guillemet «»",
start: "«",
end: "»"
},
{
key: "single guillemet ‹›",
start: "‹",
end: "›"
}

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