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.5.0 to 1.5.1

6

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

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

"ava": "*",
"jsesc": "^2.0.0"
"jsesc": "^3.0.2"
},
"scripts": {
"download": "curl https://unicode.org/Public/13.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"download": "curl https://unicode.org/Public/14.0.0/ucd/PropertyAliases-14.0.0d8.txt > data/PropertyAliases.txt",
"build": "node scripts/build.js",

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

@@ -1,7 +0,5 @@

# unicode-property-aliases [![Build status](https://travis-ci.org/mathiasbynens/unicode-property-aliases.svg?branch=master)](https://travis-ci.org/mathiasbynens/unicode-property-aliases)
# unicode-property-aliases [![unicode-property-aliases on npm](https://img.shields.io/npm/v/unicode-property-aliases)](https://www.npmjs.com/package/unicode-property-aliases)
_unicode-property-aliases_ offers the Unicode property alias mappings in an easy-to-consume JavaScript format.
It’s based on [the `PropertyAliases.txt` data for Unicode v11.0.0](https://unicode.org/Public/11.0.0/ucd/PropertyAliases.txt).
## Installation

@@ -30,2 +28,24 @@

## For maintainers
### How to publish a new release
1. On the `main` branch, bump the version number in `package.json`:
```sh
npm version patch -m 'Release v%s'
```
Instead of `patch`, use `minor` or `major` [as needed](https://semver.org/).
Note that this produces a Git commit + tag.
1. Push the release commit and tag:
```sh
git push && git push --tags
```
Our CI then automatically publishes the new release to npm.
## Author

@@ -32,0 +52,0 @@

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