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.2 to 0.1.3

2

lib/CypherClient.js

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

var self = this;
if ( self._running > self._clientOpts.concurrency || !self._queue.length) {
if ( self._running >= self._clientOpts.concurrency || !self._queue.length) {
return;

@@ -54,0 +54,0 @@ } else {

{
"name": "node-cypher",
"version": "0.1.2",
"version": "0.1.3",
"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