Socket
Socket
Sign inDemoInstall

unicode-property-aliases-ecmascript

Package Overview
Dependencies
0
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 2.1.0

8

package.json
{
"name": "unicode-property-aliases-ecmascript",
"version": "2.0.0",
"version": "2.1.0",
"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.2",
"unicode-canonical-property-names-ecmascript": "^1.0.4"
"jsesc": "^3.0.2",
"unicode-canonical-property-names-ecmascript": "^2.0.0"
},
"scripts": {
"download": "curl http://unicode.org/Public/14.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"download": "curl http://unicode.org/Public/15.0.0/ucd/PropertyAliases.txt > data/PropertyAliases.txt",
"build": "node scripts/build.js",

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

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