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

unicode-trie

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unicode-trie - npm Package Compare versions

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 @@

2

package.json
{
"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

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