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.3.2 to 1.3.5

75

package.json
{
"name": "nestjs-gen",
"version": "1.3.2",
"description": "NestJS model package generator",
"main": "index.js",
"scripts": {
"install": "npm install"
},
"bin": {
"ngen": "./index.js",
"ngen-copy-templates": "./scripts/copyTemplates.js"
},
"keywords": [
"nestjs",
"scaffold",
"generator"
],
"repository": {
"type": "git",
"url": "git@github.com:rw3iss/nestjs-gen.git"
},
"author": "Ryan Weiss <rw3iss@gmail.com>",
"license": "ISC",
"dependencies": {
"caporal": "^1.4.0",
"ejs": "github:tj/ejs",
"prompts": "^2.3.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bugs": {
"url": "https://github.com/rw3iss/nestjs-gen/issues"
},
"homepage": "https://github.com/rw3iss/nestjs-gen#readme",
"directories": {
"lib": "lib"
},
"devDependencies": {}
"name": "nestjs-gen",
"version": "1.3.5",
"description": "NestJS model package generator",
"main": "index.js",
"scripts": {
"install": "npm install"
},
"bin": {
"ngen": "index.js",
"ngen-copy-templates": "scripts/copyTemplates.js"
},
"keywords": [
"nestjs",
"scaffold",
"generator"
],
"repository": {
"type": "git",
"url": "git@github.com:rw3iss/nestjs-gen.git"
},
"author": "Ryan Weiss <rw3iss@gmail.com>",
"license": "ISC",
"dependencies": {
"caporal": "^1.4.0",
"ejs": "^3.1.6",
"prompts": "^2.3.2"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"bugs": {
"url": "https://github.com/rw3iss/nestjs-gen/issues"
},
"homepage": "https://github.com/rw3iss/nestjs-gen#readme",
"directories": {
"lib": "lib"
}
}
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