🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

trie-system

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trie-system - npm Package Compare versions

Comparing version

to
1.0.4

2

bin/client.js

@@ -15,3 +15,3 @@ #!/usr/bin/env node

const url = 'http://35.237.191.2';
const version = "1.0.3";
const version = "1.0.4";

@@ -18,0 +18,0 @@ /**

{
"name": "trie-system",
"version": "1.0.3",
"version": "1.0.4",
"description": "",

@@ -5,0 +5,0 @@ "main": "bin/index.js",

@@ -29,3 +29,3 @@ # trie-system

```bash
trie-client
trie-system
```

@@ -63,2 +63,2 @@

- Change autocomplete to take into account the new frequency variable. We could take the current list being returned and sort it based on the frequency, mimicing more how many mainstream autocomplete features work.
- Separate the server and client into different repos. Currently it is all in one and under a singular package.json. This leads to the package to be unnecessarily large due to extra dependencies and files.
- Separate the server and client into different repos. Currently it is all in one and under a singular package.json. This leads to the package to be unnecessarily large due to extra dependencies and files.