Socket
Socket
Sign inDemoInstall

create-nx-flutter

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-nx-flutter - npm Package Compare versions

Comparing version 2.2.2 to 2.2.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-flutter', 'Flutter');
});
async function main() {
(0, common_cli_1.mainCLI)('@nxrocks/nx-flutter', 'Flutter');
}
main();
//# sourceMappingURL=index.js.map
{
"name": "create-nx-flutter",
"description": "CLI to create Nx workspaces with built-in support for Spring Boot",
"version": "2.2.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-flutter": "./bin/index.js"
}
},
"types": "./bin/index.d.ts",
"version": "2.2.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