fergies-inverted-index
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
25280
278903