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

embracesqlcli

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embracesqlcli - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

10

package.json
{
"name": "embracesqlcli",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -15,5 +15,5 @@ "type": "module",

"@commander-js/extra-typings": "^11.1.0",
"@embracesql/express": "^0.0.3",
"@embracesql/postgres": "^0.0.3",
"@embracesql/react": "^0.0.3",
"@embracesql/express": "^0.0.4",
"@embracesql/postgres": "^0.0.4",
"@embracesql/react": "^0.0.4",
"chalk": "5.3.0",

@@ -27,3 +27,3 @@ "commander": "^11.1.0",

},
"gitHead": "ce8c43da83ab6e340d337431a8d18e652a127cbd"
"gitHead": "343e5761ee3ff99619a2ba34c18139d0ef6240ad"
}
#!/usr/bin/env tsx
import { Command } from "@commander-js/extra-typings";
import { generateExpressApp } from "@embracesql/express/src/typescript/generateExpressApp";
import { initializeContext } from "@embracesql/postgres/src/context";
import { initializeContext } from "@embracesql/postgres";
import {

@@ -10,3 +10,3 @@ generateDatabaseRoot,

generateSchemaDefinitions,
} from "@embracesql/postgres/src/generator";
} from "@embracesql/postgres";
import { generateReactComponents } from "@embracesql/react/src/typescript/generateReactComponents";

@@ -13,0 +13,0 @@ import chalk from "chalk";

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