Socket
Socket
Sign inDemoInstall

unicode-property-aliases

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unicode-property-aliases - npm Package Compare versions

Comparing version 1.6.0 to 1.6.1

11

index.js

@@ -7,8 +7,12 @@ // Generated using `npm run build`. Do not edit!

['nv', 'Numeric_Value'],
['bmg', 'Bidi_Mirroring_Glyph'],
['bpb', 'Bidi_Paired_Bracket'],
['cf', 'Case_Folding'],
['cjkCompatibilityVariant', 'kCompatibilityVariant'],
['dm', 'Decomposition_Mapping'],
['EqUIdeo', 'Equivalent_Unified_Ideograph'],
['FC_NFKC', 'FC_NFKC_Closure'],
['lc', 'Lowercase_Mapping'],
['NFKC_CF', 'NFKC_Casefold'],
['NFKC_SCF', 'NFKC_Simple_Casefold'],
['scf', 'Simple_Case_Folding'],

@@ -21,4 +25,2 @@ ['sfc', 'Simple_Case_Folding'],

['uc', 'Uppercase_Mapping'],
['bmg', 'Bidi_Mirroring_Glyph'],
['bpb', 'Bidi_Paired_Bracket'],
['cjkIICore', 'kIICore'],

@@ -39,3 +41,2 @@ ['cjkIRG_GSource', 'kIRG_GSource'],

['URS', 'kRSUnicode'],
['EqUIdeo', 'Equivalent_Unified_Ideograph'],
['isc', 'ISO_Comment'],

@@ -58,2 +59,3 @@ ['JSN', 'Jamo_Short_Name'],

['hst', 'Hangul_Syllable_Type'],
['InCB', 'Indic_Conjunct_Break'],
['InPC', 'Indic_Positional_Category'],

@@ -102,2 +104,4 @@ ['InSC', 'Indic_Syllabic_Category'],

['Hyphen', 'Hyphen'],
['ID_Compat_Math_Continue', 'ID_Compat_Math_Continue'],
['ID_Compat_Math_Start', 'ID_Compat_Math_Start'],
['IDC', 'ID_Continue'],

@@ -108,2 +112,3 @@ ['Ideo', 'Ideographic'],

['IDST', 'IDS_Trinary_Operator'],
['IDSU', 'IDS_Unary_Operator'],
['Join_C', 'Join_Control'],

@@ -110,0 +115,0 @@ ['LOE', 'Logical_Order_Exception'],

{
"name": "unicode-property-aliases",
"version": "1.6.0",
"version": "1.6.1",
"description": "Unicode property alias mappings in JavaScript format.",

@@ -36,3 +36,3 @@ "homepage": "https://github.com/mathiasbynens/unicode-property-aliases",

"scripts": {
"download": "curl https://unicode.org/Public/15.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"download": "curl --location https://unicode.org/Public/15.1.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"build": "node scripts/build.js",

@@ -39,0 +39,0 @@ "test": "ava tests/tests.js"

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