Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongoose-tsgen

Package Overview
Dependencies
Maintainers
1
Versions
148
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-tsgen - npm Package Compare versions

Comparing version 0.0.23 to 0.0.24

2

oclif.manifest.json

@@ -1,1 +0,1 @@

{"version":"0.0.23","commands":{"run":{"id":"run","description":"Generate an index.d.ts file containing Mongoose Schema interfaces. If no `path` argument is provided, the tool will expect all models to be exported from `./src/models` by default.","pluginName":"mongoose-tsgen","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"Path of output index.d.ts file","default":"./src/types/mongoose"},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"Print output rather than writing to file","allowNo":false},"fresh":{"name":"fresh","type":"boolean","char":"f","description":"Fresh run, ignoring previously generated custom interfaces","allowNo":false}},"args":[{"name":"path","default":"."}]}}}
{"version":"0.0.24","commands":{"run":{"id":"run","description":"Generate an index.d.ts file containing Mongoose Schema interfaces. If no `path` argument is provided, the tool will expect all models to be exported from `./src/models` by default.","pluginName":"mongoose-tsgen","pluginType":"core","aliases":[],"flags":{"help":{"name":"help","type":"boolean","char":"h","description":"show CLI help","allowNo":false},"output":{"name":"output","type":"option","char":"o","description":"Path of output index.d.ts file","default":"./src/types/mongoose"},"dry-run":{"name":"dry-run","type":"boolean","char":"d","description":"Print output rather than writing to file","allowNo":false},"fresh":{"name":"fresh","type":"boolean","char":"f","description":"Fresh run, ignoring previously generated custom interfaces","allowNo":false}},"args":[{"name":"path","default":"."}]}}}
{
"name": "mongoose-tsgen",
"description": "A Typescript interface generator for Mongoose that works out of the box.",
"version": "0.0.23",
"version": "0.0.24",
"author": "Francesco Virga @francescov1",

@@ -16,2 +16,3 @@ "bin": {

"flat": "^5.0.2",
"glob": "^7.1.6",
"mongoose": "^5.10.6",

@@ -18,0 +19,0 @@ "tslib": "^1.13.0"

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