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

unicode-property-aliases

Package Overview
Dependencies
Maintainers
1
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.1.1 to 1.2.0

2

index.js

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

['SB', 'Sentence_Break'],
['vo', 'Vertical_Orientation'],
['WB', 'Word_Break'],

@@ -112,2 +113,3 @@ ['AHex', 'ASCII_Hex_Digit'],

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

@@ -114,0 +116,0 @@ ['STerm', 'Sentence_Terminal'],

4

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

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

"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",

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

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

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc