New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ifx-search

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

ifx-search - npm Package Compare versions

Comparing version

to
0.0.4

3

index.js

@@ -59,2 +59,5 @@

for (let [key, config] of Object.entries(spec)) {
if (data[key] == null) {
data[key] = ''
}
if (config.type === 'ngram') {

@@ -61,0 +64,0 @@ index[key] = ngrams(data[key])

2

package.json
{
"name": "ifx-search",
"description": "Ngram text search for node and the browser.",
"version": "0.0.3",
"version": "0.0.4",
"homepage": "https://github.com/internalfx/ifx-search",

@@ -6,0 +6,0 @@ "author": {