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

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 13.0.0-rc.2 to 13.0.0-rc.3

2

package.json
{
"name": "fergies-inverted-index",
"version": "13.0.0-rc.2",
"version": "13.0.0-rc.3",
"description": "An inverted index that allows javascript objects to be easily serialised and retrieved using promises and map-reduce",

@@ -5,0 +5,0 @@ "browser": "src/entrypoints/browser.js",

@@ -202,7 +202,11 @@ import trav from 'traverse'

const IMPORT = index =>
ops.db.clear().then(() =>
ops.db.batch(
index.map(entry => Object.assign(entry, { type: 'put' })) // ,
ops.db
.clear()
.then(() =>
ops.db.batch(
index.map(entry => Object.assign(entry, { type: 'put' })) // ,
)
)
)
.then(() => reader(ops).FIELDS())
.then(fields => ops.tokenParser.setAvailableFields(fields))

@@ -209,0 +213,0 @@ const PUT = (docs, putOptions = {}) =>

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