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.2 to 1.7.0

6

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

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

"scripts": {
"download": "curl --location https://unicode.org/Public/16.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"download": "curl https://unicode.org/Public/16.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"build": "node scripts/build.js",
"test": "ava tests/tests.js"
"test": "ava ./tests"
}
}

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

# 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 [![Build status](https://travis-ci.org/mathiasbynens/unicode-property-aliases.svg?branch=master)](https://travis-ci.org/mathiasbynens/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

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

## 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

@@ -52,0 +32,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