New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nest-utilities-cli

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

nest-utilities-cli - npm Package Compare versions

Comparing version 1.0.15 to 1.1.0

8

commands/generate.command.js

@@ -15,3 +15,2 @@ "use strict";

const generate_action_1 = require("../actions/generate.action");
const modify_action_1 = require("../actions/modify.action");
const chalk_1 = __importDefault(require("chalk"));

@@ -32,5 +31,6 @@ class GenerateCommand {

const controllerPath = generate_action_1.GenerateAction.generateController(name, schemaPath, servicePath);
modify_action_1.ModifyAction.addMongooseModule(schemaPath, name);
modify_action_1.ModifyAction.addController(controllerPath, name);
modify_action_1.ModifyAction.addProvider(servicePath, name);
// To be implemented
// ModifyAction.addMongooseModule(schemaPath, name);
// ModifyAction.addController(controllerPath, name);
// ModifyAction.addProvider(servicePath, name);
console.log(chalk_1.default.green(`Successfully generated ${name}!`));

@@ -37,0 +37,0 @@ }));

{
"name": "nest-utilities-cli",
"version": "1.0.15",
"version": "1.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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