Socket
Socket
Sign inDemoInstall

unicode-match-property-value-ecmascript

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

16

data/mappings.js

@@ -120,2 +120,3 @@ module.exports = new Map([

['Glag', 'Glagolitic'],
['Gonm', 'Masaram_Gondi'],
['Goth', 'Gothic'],

@@ -173,2 +174,3 @@ ['Gran', 'Grantha'],

['Nkoo', 'Nko'],
['Nshu', 'Nushu'],
['Ogam', 'Ogham'],

@@ -201,2 +203,3 @@ ['Olck', 'Ol_Chiki'],

['Sora', 'Sora_Sompeng'],
['Soyo', 'Soyombo'],
['Sund', 'Sundanese'],

@@ -225,2 +228,3 @@ ['Sylo', 'Syloti_Nagri'],

['Yiii', 'Yi'],
['Zanb', 'Zanabazar_Square'],
['Zinh', 'Inherited'],

@@ -262,2 +266,3 @@ ['Qaai', 'Inherited'],

['Glagolitic', 'Glagolitic'],
['Masaram_Gondi', 'Masaram_Gondi'],
['Gothic', 'Gothic'],

@@ -312,2 +317,3 @@ ['Grantha', 'Grantha'],

['Nko', 'Nko'],
['Nushu', 'Nushu'],
['Ogham', 'Ogham'],

@@ -340,2 +346,3 @@ ['Ol_Chiki', 'Ol_Chiki'],

['Sora_Sompeng', 'Sora_Sompeng'],
['Soyombo', 'Soyombo'],
['Sundanese', 'Sundanese'],

@@ -363,2 +370,3 @@ ['Syloti_Nagri', 'Syloti_Nagri'],

['Yi', 'Yi'],
['Zanabazar_Square', 'Zanabazar_Square'],
['Inherited', 'Inherited'],

@@ -404,2 +412,3 @@ ['Common', 'Common'],

['Glag', 'Glagolitic'],
['Gonm', 'Masaram_Gondi'],
['Goth', 'Gothic'],

@@ -457,2 +466,3 @@ ['Gran', 'Grantha'],

['Nkoo', 'Nko'],
['Nshu', 'Nushu'],
['Ogam', 'Ogham'],

@@ -485,2 +495,3 @@ ['Olck', 'Ol_Chiki'],

['Sora', 'Sora_Sompeng'],
['Soyo', 'Soyombo'],
['Sund', 'Sundanese'],

@@ -509,2 +520,3 @@ ['Sylo', 'Syloti_Nagri'],

['Yiii', 'Yi'],
['Zanb', 'Zanabazar_Square'],
['Zinh', 'Inherited'],

@@ -546,2 +558,3 @@ ['Qaai', 'Inherited'],

['Glagolitic', 'Glagolitic'],
['Masaram_Gondi', 'Masaram_Gondi'],
['Gothic', 'Gothic'],

@@ -596,2 +609,3 @@ ['Grantha', 'Grantha'],

['Nko', 'Nko'],
['Nushu', 'Nushu'],
['Ogham', 'Ogham'],

@@ -624,2 +638,3 @@ ['Ol_Chiki', 'Ol_Chiki'],

['Sora_Sompeng', 'Sora_Sompeng'],
['Soyombo', 'Soyombo'],
['Sundanese', 'Sundanese'],

@@ -647,2 +662,3 @@ ['Syloti_Nagri', 'Syloti_Nagri'],

['Yi', 'Yi'],
['Zanabazar_Square', 'Zanabazar_Square'],
['Inherited', 'Inherited'],

@@ -649,0 +665,0 @@ ['Common', 'Common'],

6

package.json
{
"name": "unicode-match-property-value-ecmascript",
"version": "1.0.0",
"version": "1.0.1",
"description": "Match a Unicode property or property alias to its canonical property name per the algorithm used for RegExp Unicode property escapes in ECMAScript.",

@@ -32,4 +32,4 @@ "homepage": "https://github.com/mathiasbynens/unicode-match-property-value-ecmascript",

"ava": "*",
"jsesc": "^2.5.0",
"unicode-property-value-aliases-ecmascript": "^1.0.0"
"jsesc": "^2.5.1",
"unicode-property-value-aliases-ecmascript": "^1.0.1"
},

@@ -36,0 +36,0 @@ "scripts": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc