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 13.1.0 to 13.1.1

2

package.json
{
"name": "fergies-inverted-index",
"version": "13.1.0",
"version": "13.1.1",
"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",

@@ -244,4 +244,5 @@ import trav from 'traverse'

.get(['~CREATED'])
.then(/* already created- do nothing */)
.catch(e =>
.then(() => events.emit('ready'))
.catch(e => {
/* if no timestamp exists, create a new one before emitting 'ready' */
ops.db

@@ -251,3 +252,3 @@ .put(['~CREATED'], timestamp())

.then(() => events.emit('ready'))
)
})

@@ -254,0 +255,0 @@ return {

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