Socket
Socket
Sign inDemoInstall

atomic-algolia

Package Overview
Dependencies
11
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.18 to 0.3.19-alpha

4

lib/utils/getRemoteIndex.js

@@ -50,5 +50,5 @@ "use strict";

return new Promise(function (resolve, reject) {
hits = [];
var hits = [];
index.browse("", {}, function browseDone(err, content) {
if (err) reject(err);
if (err) return reject(err);
content.hits.forEach(function (hit) {

@@ -55,0 +55,0 @@ hit.objectID = String(hit.objectID);

{
"name": "atomic-algolia",
"version": "0.3.18",
"version": "0.3.19-alpha",
"description": "An NPM package for running atomic updates to an Algolia index",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc