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

unicode-property-aliases

Package Overview
Dependencies
Maintainers
0
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.1 to 1.6.2

8

index.js

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

['JSN', 'Jamo_Short_Name'],
['kEH_Cat', 'kEH_Cat'],
['kEH_Desc', 'kEH_Desc'],
['kEH_HG', 'kEH_HG'],
['kEH_IFAO', 'kEH_IFAO'],
['kEH_JSesh', 'kEH_JSesh'],
['na', 'Name'],

@@ -110,5 +115,8 @@ ['na1', 'Unicode_1_Name'],

['Join_C', 'Join_Control'],
['kEH_NoMirror', 'kEH_NoMirror'],
['kEH_NoRotate', 'kEH_NoRotate'],
['LOE', 'Logical_Order_Exception'],
['Lower', 'Lowercase'],
['Math', 'Math'],
['MCM', 'Modifier_Combining_Mark'],
['NChar', 'Noncharacter_Code_Point'],

@@ -115,0 +123,0 @@ ['OAlpha', 'Other_Alphabetic'],

4

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

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

"scripts": {
"download": "curl --location https://unicode.org/Public/15.1.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"download": "curl --location https://unicode.org/Public/16.0.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