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

create-nx-quarkus

Package Overview
Dependencies
Maintainers
0
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nx-quarkus - npm Package Compare versions

Comparing version 2.3.2 to 2.3.3

7

bin/index.js
#!/usr/bin/env node
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const common_cli_1 = require("@nxrocks/common-cli");
function main() {
return tslib_1.__awaiter(this, void 0, void 0, function* () {
(0, common_cli_1.mainCLI)('@nxrocks/nx-quarkus', 'Quarkus');
});
async function main() {
(0, common_cli_1.mainCLI)('@nxrocks/nx-quarkus', 'Quarkus');
}
main();
//# sourceMappingURL=index.js.map
{
"name": "create-nx-quarkus",
"description": "CLI to create Nx workspaces with built-in support for Quarkus",
"version": "2.3.2",
"license": "MIT",

@@ -27,11 +26,13 @@ "author": "Tine Kondo ",

"dependencies": {
"@nxrocks/common-cli": "*",
"@nxrocks/common-cli": "workspace:*",
"tslib": "^2.6.1"
},
"type": "commonjs",
"main": "./bin/index.js",
"main": "./src/index.js",
"typings": "./src/index.d.ts",
"bin": {
"create-nx-quarkus": "./bin/index.js"
}
},
"types": "./bin/index.d.ts",
"version": "2.3.3"
}

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