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.15.0 to 0.15.1

3

lib/seraph.js

@@ -8,3 +8,2 @@ var naan = require('naan');

var Core = require('seraph-core');
var bolt = require('./bolt/seraph');

@@ -25,3 +24,3 @@ // Bind all functions of an object to a context (recursively)

function Seraph(options) {
if (options.bolt) return bolt(options);
if (options.bolt) return require('./bolt/seraph')(options);
var core = new Core(options);

@@ -28,0 +27,0 @@

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

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

@@ -23,2 +23,3 @@ "url": "https://github.com/brikteknologier/seraph"

"dependencies": {
"ascallback": "^1.1.0",
"async": "~0.2.9",

@@ -25,0 +26,0 @@ "naan": "~1.3.11",

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