Socket
Socket
Sign inDemoInstall

fergies-inverted-index

Package Overview
Dependencies
Maintainers
1
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fergies-inverted-index - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

dist/fergies-inverted-index.cjs.js

@@ -111,3 +111,3 @@ 'use strict';

_ids.map(
id => db.get('○DOC○' + id._id + '○')
id => db.get('○DOC○' + id._id + '○').catch(reason => null)
)

@@ -114,0 +114,0 @@ )

@@ -107,3 +107,3 @@ import level from 'level';

_ids.map(
id => db.get('○DOC○' + id._id + '○')
id => db.get('○DOC○' + id._id + '○').catch(reason => null)
)

@@ -110,0 +110,0 @@ )

{
"name": "fergies-inverted-index",
"version": "1.0.0",
"version": "1.0.1",
"description": "An inverted index that allows javascript objects to be easily serialised and retrieved using promises and map-reduce",

@@ -5,0 +5,0 @@ "main": "dist/fergies-inverted-index.cjs.js",

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