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

nestjs-gen

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nestjs-gen - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

3

index.js

@@ -96,2 +96,5 @@ #!/usr/bin/env node

outPathModel += '/' + o.modelDir;
if (o.modelName.charAt(o.modelName.length-1) !== '/') {
o.modelDir += '/';
}
} else {

@@ -98,0 +101,0 @@ o.modelDir = '';

2

package.json
{
"name": "nestjs-gen",
"version": "1.1.3",
"version": "1.1.4",
"description": "NestJS model package generator",

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

@@ -78,2 +78,3 @@ ## What This Is:

## To Note:
* Generated models will strip any trailing 's' in the given name argument, if one exists, unless you set the model class name explicitly with --model-name.
* If you specify --repository or --crud, a model will automatically be generated.

@@ -80,0 +81,0 @@ * You can specify --auth and `@Guard(<auth-guard-class>)` decorators will be added to the CRUD interfaces.

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