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.0.4 to 0.0.5

3

lib/NeoHttpClient.js

@@ -91,3 +91,4 @@ var _ = require('underscore');

// the local "pending" queue. We want to continuously remove
// failable items from the tail, normalizing batch sizes if possible.
// 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();

@@ -94,0 +95,0 @@ setImmediate(runIteration);

{
"name": "node-cypher",
"version": "0.0.4",
"version": "0.0.5",
"description": "Cypher-only interface to neo4j over http, optimized for speed",

@@ -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