New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

db-auto

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

db-auto - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14

3

dist/src/cli.js

@@ -24,7 +24,6 @@ "use strict";

.option('-s, --sql', "show the sql instead of executing", false)
.option('-w, --where [where...]', "a where clause added to the query. There is no syntax checking", false)
.option('-w, --where [where...]', "a where clause added to the query. There is no syntax checking", [])
// .allowUnknownOption ( true )
.version(version)
.action((path, id, options) => {
console.log('where', options.where);
const errorsOrresult = (0, path_1.processPathString)(config.tables, path, id, options, options.plan, options.where);

@@ -31,0 +30,0 @@ if ((0, utils_1.hasErrors)(errorsOrresult)) {

{
"name": "db-auto",
"description": "",
"version": "0.0.13",
"version": "0.0.14",
"main": "dist/index",

@@ -24,9 +24,9 @@ "types": "dist/index",

"commander": "^10.0.0",
"@db-auto/oracle": "0.0.13",
"@db-auto/mysql": "0.0.13",
"@db-auto/tables": "0.0.13",
"@db-auto/utils": "0.0.13",
"@db-auto/files": "0.0.13",
"@db-auto/mocks": "0.0.13",
"@db-auto/environments": "0.0.13"
"@db-auto/oracle": "0.0.14",
"@db-auto/mysql": "0.0.14",
"@db-auto/tables": "0.0.14",
"@db-auto/utils": "0.0.14",
"@db-auto/files": "0.0.14",
"@db-auto/mocks": "0.0.14",
"@db-auto/environments": "0.0.14"
},

@@ -33,0 +33,0 @@ "devDependencies": {

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