mongoose-tsgen
Advanced tools
Comparing version 0.0.23 to 0.0.24
@@ -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" |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24331
8
+ Addedglob@^7.1.6
+ Addedbalanced-match@1.0.2(transitive)
+ Addedbrace-expansion@1.1.11(transitive)
+ Addedconcat-map@0.0.1(transitive)
+ Addedfs.realpath@1.0.0(transitive)
+ Addedglob@7.2.3(transitive)
+ Addedinflight@1.0.6(transitive)
+ Addedminimatch@3.1.2(transitive)
+ Addedonce@1.4.0(transitive)
+ Addedpath-is-absolute@1.0.1(transitive)
+ Addedwrappy@1.0.2(transitive)