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

unorm

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unorm - npm Package Compare versions

Comparing version 1.3.3 to 1.4.0

7

package.json
{
"name" : "unorm",
"version" : "1.3.3",
"description" : "JavaScript Unicode 6.3 Normalization - NFC, NFD, NFKC, NFKD. Read <http://unicode.org/reports/tr15/> UAX #15 Unicode Normalization Forms.",
"version" : "1.4.0",
"description" : "JavaScript Unicode 8.0 Normalization - NFC, NFD, NFKC, NFKD. Read <http://unicode.org/reports/tr15/> UAX #15 Unicode Normalization Forms.",
"author": "Bjarke Walling <bwp@bwp.dk>",
"license": "MIT or GPL-2.0",
"contributors": [

@@ -24,3 +25,3 @@ { "name": "Bjarke Walling", "email": "bwp@bwp.dk" },

"benchmark": "~1.0.0",
"unorm": "1.3.3",
"unorm": "1.4.0",
"grunt-contrib-jshint": "~0.8.0",

@@ -27,0 +28,0 @@ "grunt-contrib-watch": "~0.5.0",

@@ -83,3 +83,3 @@ This is [Unicode Normalizer] in a Common JS module. I'm not affiliated with Matsuza, the original author of Unicode Normalizer.

cd src/data/src
javac UnormNormalizerBuilder.class
javac UnormNormalizerBuilder.java
java UnormNormalizerBuilder

@@ -98,3 +98,3 @@ ```

Copyright (c) 2008-2013 Matsuza <matsuza@gmail.com>, Bjarke Walling <bwp@bwp.dk>
Permission is hereby granted, free of charge, to any person obtaining a copy

@@ -106,6 +106,6 @@ of this software and associated documentation files (the "Software"), to

furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR

@@ -112,0 +112,0 @@ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,

Sorry, the diff of this file is too big to display

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