🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

lambdaorm-cli

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lambdaorm-cli - npm Package Compare versions

Comparing version

to
0.1.6-alpha

2

command/run.js

@@ -87,3 +87,3 @@ "use strict";

else {
const result = yield orm.execute(expression, data, {}, stage.name);
const result = yield orm.execute(expression, data, stage.name);
console.log(JSON.stringify(result, null, 2));

@@ -90,0 +90,0 @@ }

{
"name": "lambdaorm-cli",
"version": "0.1.5-alpha",
"version": "0.1.6-alpha",
"description": "The lambdaorm command line interface",

@@ -20,10 +20,10 @@ "author": "Flavio Lionel Rita <flaviolrita@hotmail.com>",

"dependencies": {
"lambdaorm": "0.1.18-alpha",
"yargs": "^17.3.1",
"js-yaml": "^4.1.0",
"lambdaorm": "0.1.22-alpha",
"mongodb": "^4.1.3",
"mysql2": "^2.2.5",
"pg": "^8.7.1",
"sql.js": "^1.6.2",
"tedious": "^14.1.0",
"sql.js": "^1.6.2",
"js-yaml": "^4.1.0"
"yargs": "^17.3.1"
},

@@ -82,2 +82,2 @@ "keywords": [

"types": "cli.d.ts"
}
}

Sorry, the diff of this file is not supported yet