Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

seraph

Package Overview
Dependencies
Maintainers
2
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

seraph - npm Package Compare versions

Comparing version 0.14.2 to 0.14.3

2

lib/node.js

@@ -308,3 +308,3 @@ var async = require('async');

var cypher = [
label == null ? "MATCH n" : util.format("MATCH (n:`%s`)", label),
label == null ? "MATCH (n)" : util.format("MATCH (n:`%s`)", label),
matchers.length > 0 ? "WHERE" : "",

@@ -311,0 +311,0 @@ matchers.join(any ? " or " : " and "),

@@ -11,3 +11,3 @@ {

"description": "A thin and familiar layer between node and neo4j's REST api.",
"version": "0.14.2",
"version": "0.14.3",
"repository": {

@@ -14,0 +14,0 @@ "url": "https://github.com/brikteknologier/seraph"

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc