sqljson-query
Advanced tools
Comparing version 1.7.8 to 1.7.9
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
export {}; |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __importDefault = (this && this.__importDefault) || function (mod) { |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import path from 'path'; | ||
@@ -2,0 +3,0 @@ import { parseArgs } from './utils'; |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
export {}; |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __importDefault = (this && this.__importDefault) || function (mod) { |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import path from 'path'; | ||
@@ -2,0 +3,0 @@ import { parseArgs } from './utils'; |
{ | ||
"name": "sqljson-query", | ||
"version": "1.7.8", | ||
"version": "1.7.9", | ||
"description": "Command line tool to generate SQL/JSON queries and Typescript types for query results.", | ||
@@ -9,3 +9,3 @@ "keywords": [ | ||
"database", | ||
"ORM" | ||
"NO-ORM" | ||
], | ||
@@ -20,2 +20,6 @@ "author": "Stephen C. Harris", | ||
"exports": "./lib/mod.js", | ||
"bin": { | ||
"gen-dbmd": "./lib/dbmd/generation/gen-dbmd.js", | ||
"gen-relsmd": "./lib/dbmd/generation/gen-relsmd.js" | ||
}, | ||
"scripts": { | ||
@@ -22,0 +26,0 @@ "build-pg": "docker build -t drugs-pg src/__tests__/db/pg", |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import path from 'path'; | ||
@@ -2,0 +3,0 @@ import { parseArgs } from './utils'; |
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
import path from 'path'; | ||
@@ -2,0 +3,0 @@ import { parseArgs } from './utils'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 5 instances in 1 package
7
1
496257
163
8649