leo-connector-common
Advanced tools
Comparing version 1.1.4 to 1.1.5
{ | ||
"name": "leo-connector-common", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "Common package for all Leo Platform database connectors", | ||
@@ -23,10 +23,9 @@ "main": "index.js", | ||
"eslint": "^4.17.0", | ||
"mocha": "^5.0.0", | ||
"mysql": "^2.15.0" | ||
"mocha": "^5.0.0" | ||
}, | ||
"dependencies": { | ||
"async": "^2.6.0", | ||
"leo-sdk": "^1.1.0", | ||
"leo-sdk": "^1.1.1", | ||
"moment": "^2.22.1" | ||
} | ||
} |
@@ -31,3 +31,3 @@ const async = require("async"); | ||
done(err); | ||
}); | ||
}, {inRowMode: false}); | ||
} else { | ||
@@ -41,3 +41,3 @@ let sql = idthing.query.replace(/\(\?\)/, lookupIds); | ||
done(err); | ||
}); | ||
}, {inRowMode: false}); | ||
} | ||
@@ -62,3 +62,3 @@ | ||
done(err); | ||
}); | ||
}, {inRowMode: false}); | ||
}); | ||
@@ -65,0 +65,0 @@ } |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
92436
3
Updatedleo-sdk@^1.1.1