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.2.7 to 1.3.0

2

index.js

@@ -164,3 +164,3 @@ #!/usr/bin/env node

outPathModel += '/' + o.modelDir;
o.modelDir = _ensureTrailingSlash(o.modelClass);
o.modelDir = _ensureTrailingSlash(o.modelDir);
} else {

@@ -167,0 +167,0 @@ o.modelDir = '';

{
"name": "nestjs-gen",
"version": "1.2.7",
"version": "1.3.0",
"description": "NestJS model package generator",

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

@@ -24,2 +24,4 @@ ## What This Is:

// nestjs-gen also relies on typeorm, so in your project:
npm install --save typeorm @nestjs/typeorm

@@ -112,3 +114,3 @@ ## Usage:

"modelBaseClass": "EntityBase",
"modelBaseDIr": "modules/auth/lib"
"modelBaseDir": "modules/auth/lib"
}

@@ -115,0 +117,0 @@ }

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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