Socket
Socket
Sign inDemoInstall

node-cypher

Package Overview
Dependencies
30
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.3 to 0.1.4

5

lib/Multi.js

@@ -53,7 +53,2 @@ var _ = require('underscore');

if ( wasFailedRequest ) {
// every time a failing item is removed from the batch, reverse
// the local "pending" queue. We want to continuously remove
// failable items from the tail, This gives errors at the tail
// a chance to fail early without forcing neo to reverse a large txn.
pending.reverse();
runIteration();

@@ -60,0 +55,0 @@ } else {

2

package.json
{
"name": "node-cypher",
"version": "0.1.3",
"version": "0.1.4",
"description": "Cypher-only interface to neo4j over http, optimized for volume. Configurably batches and retries items to increase overall throughput.",

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

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc