Comparing version 1.3.3 to 1.4.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
150558
888