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.1.2 to 1.2.0

.jshintrc

11

package.json
{
"name" : "unorm",
"version" : "1.1.2",
"version" : "1.2.0",
"description" : "JavaScript Unicode Normalization - NFC, NFD, NFKC, NFKD. Read <http://unicode.org/reports/tr15/> UAX #15 Unicode Normalization Forms.",

@@ -8,2 +8,3 @@ "author": "Bjarke Walling <bwp@bwp.dk>",

{ "name": "Bjarke Walling", "email": "bwp@bwp.dk" },
{ "name": "Oleg Grenrus", "email": "oleg.grenrus@iki.fi" },
{ "name": "Matsuza", "email": "matsuza@gmail.com" }

@@ -18,3 +19,11 @@ ],

"node" : ">= 0.4.0"
},
"scripts": {
"test": "grunt test"
},
"devDependencies": {
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-watch": "~0.4.0",
"grunt": "~0.4.1"
}
}

14

README.md

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

Polyfill

@@ -22,2 +21,3 @@ --------

The module uses some [EcmaScript 5](http://kangax.github.io/es5-compat-table/) features. Other browsers should use a compability shim, e.g. [es5-shim](https://github.com/kriskowal/es5-shim).

@@ -62,9 +62,5 @@ Functions

As of May 2013.
As of October 2013.
Short term:
- Clean up some of the code
- Fix JSHint errors
Middle term:
- Test harness by using the Unicode normalization test suite and examples from the reports

@@ -78,2 +74,8 @@

Contributers
------------
- **Oleg Grenrus** cleaned up the code base and fixed JSHint errors.
License

@@ -80,0 +82,0 @@ -------

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