Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sqljson-query

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqljson-query - npm Package Compare versions

Comparing version 1.7.8 to 1.7.9

1

lib/dbmd/generation/gen-dbmd.d.ts

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

8

package.json
{
"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

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