unicode-trie
Advanced tools
Comparing version 0.1.1 to 0.1.2
13
index.js
// Generated by CoffeeScript 1.7.1 | ||
var UnicodeTrie; | ||
var UnicodeTrie, | ||
__slice = [].slice; | ||
@@ -71,2 +72,12 @@ UnicodeTrie = (function() { | ||
UnicodeTrie.prototype.toJSON = function() { | ||
var res; | ||
res = { | ||
data: __slice.call(this.data), | ||
highStart: this.highStart, | ||
errorValue: this.errorValue | ||
}; | ||
return res; | ||
}; | ||
return UnicodeTrie; | ||
@@ -73,0 +84,0 @@ |
{ | ||
"name": "unicode-trie", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Unicode Trie data structure for fast character metadata lookup, ported from ICU", | ||
@@ -5,0 +5,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
64470
649
0