Socket
Socket
Sign inDemoInstall

ormneo

Package Overview
Dependencies
7
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.7 to 0.1.9

lib/ormneo-cypher.js

3

index.js

@@ -5,3 +5,4 @@ module.exports = {

ORMNeoQuery: require('./lib/ormneo-query'),
ORMNeoRelation: require('./lib/ormneo-relation')
ORMNeoRelation: require('./lib/ormneo-relation'),
ORMNeoCypher: require('./lib/ormneo-cypher')
};

@@ -34,3 +34,3 @@ 'use strict';

resolve(this._recordToObject(record));
}).catch(function (error) {
}).catch((error) => {
reject(error);

@@ -50,2 +50,3 @@ });

let value = _.omitBy(node, _.isUndefined);
ORMNeoObjectParse.parseProperties(value);
return new Promise((resolve, reject) => {

@@ -63,3 +64,3 @@ if (value && value.id != undefined && _.isInteger(value.id)) {

resolve(this._recordToObject(record));
}).catch(function (error) {
}).catch((error) => {
reject(error);

@@ -120,3 +121,3 @@ });

resolve(this._recordToObject(record));
}).catch(function (error) {
}).catch( (error) => {
reject(error);

@@ -193,3 +194,3 @@ });

}
}).catch(function (error) {
}).catch((error) => {
reject(error);

@@ -196,0 +197,0 @@ });

{
"name": "ormneo",
"version": "0.1.7",
"version": "0.1.9",
"description": "ORM abstraction layer for neo4j",

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