@spare/regex-charset
Advanced tools
Comparing version 0.9.0-alpha.0 to 0.9.0
@@ -9,3 +9,3 @@ 'use strict'; | ||
const ASTRAL = /[\uD800-\uDBFF][\uDC00-\uDFFF]/; | ||
const HAN = /[\u4e00-\u9fff]/; // HAN ideographs | ||
const HAN = /[\u4e00-\u9fa5]|[\uff00-\uffff]/; // HAN ideographs | ||
// | ||
@@ -12,0 +12,0 @@ // Block Range Comment |
@@ -5,3 +5,3 @@ const ANSI_ALPHA = /(?:(?:[a-zA-Z\d]*(?:;[-a-zA-Z\d\/#&.:=?%@~_]*)*)?)/; | ||
const ASTRAL = /[\uD800-\uDBFF][\uDC00-\uDFFF]/; | ||
const HAN = /[\u4e00-\u9fff]/; // HAN ideographs | ||
const HAN = /[\u4e00-\u9fa5]|[\uff00-\uffff]/; // HAN ideographs | ||
// | ||
@@ -8,0 +8,0 @@ // Block Range Comment |
{ | ||
"name": "@spare/regex-charset", | ||
"version": "0.9.0-alpha.0", | ||
"version": "0.9.0", | ||
"description": "Regex sets", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.cjs.js", | ||
"homepage": "https://github.com/gadge/spare#readme", | ||
"gitHead": "eb5ff05e7cc744c243bc8e161c0a735efe99c7aa" | ||
"gitHead": "c0560728c0c1898e8b336d8df130f3ed7b001f8a" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6190