Socket
Socket
Sign inDemoInstall

unicode-property-aliases-ecmascript

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

1

index.js

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

['Radical', 'Radical'],
['RI', 'Regional_Indicator'],
['SD', 'Soft_Dotted'],

@@ -42,0 +43,0 @@ ['STerm', 'Sentence_Terminal'],

8

package.json
{
"name": "unicode-property-aliases-ecmascript",
"version": "1.0.2",
"version": "1.0.3",
"description": "Unicode property alias mappings in JavaScript format for property names that are supported in ECMAScript RegExp property escapes.",

@@ -33,7 +33,7 @@ "homepage": "https://github.com/mathiasbynens/unicode-property-aliases-ecmascript",

"ava": "*",
"jsesc": "^2.5.0",
"unicode-canonical-property-names-ecmascript": "^1.0.0"
"jsesc": "^2.5.1",
"unicode-canonical-property-names-ecmascript": "^1.0.1"
},
"scripts": {
"download": "curl http://unicode.org/Public/9.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"download": "curl http://unicode.org/Public/10.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"build": "node scripts/build.js",

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

@@ -5,3 +5,3 @@ # unicode-property-aliases-ecmascript [![Build status](https://travis-ci.org/mathiasbynens/unicode-property-aliases-ecmascript.svg?branch=master)](https://travis-ci.org/mathiasbynens/unicode-property-aliases-ecmascript)

It’s based on [the `PropertyAliases.txt` data for Unicode v9.0.0](http://unicode.org/Public/9.0.0/ucd/PropertyAliases.txt).
It’s based on [the `PropertyAliases.txt` data for Unicode v10.0.0](http://unicode.org/Public/10.0.0/ucd/PropertyAliases.txt).

@@ -8,0 +8,0 @@ ## Installation

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