@nestjs/mongoose
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@nestjs/mongoose", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Nest - modern, fast, powerful node.js web framework (@mongoose)", | ||
"author": "Kamil Mysliwiec", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "tsc -p tsconfig.json" | ||
}, | ||
"dependencies": { | ||
"peerDependencies": { | ||
"@nestjs/common": "^4.3.0", | ||
"mongoose": "^4.11.13", | ||
"typescript": "^2.4.2" | ||
}, | ||
"devDependencies": { | ||
"@types/mongoose": "^4.7.23", | ||
"@types/node": "^7.0.41", | ||
"ts-node": "^3.3.0" | ||
"mongoose": "^4.11.13" | ||
} | ||
} |
@@ -10,3 +10,3 @@ <p align="center"> | ||
<p align="center">A progressive <a href="http://nodejs.org" target="blank">Node.js</a> framework for building efficient and scalable web applications.</p> | ||
<p align="center">Modern, powerful web application framework for <a href="http://nodejs.org" target="blank">Node.js</a>.</p> | ||
<p align="center"> | ||
@@ -28,3 +28,3 @@ <a href="https://www.npmjs.com/~nestjscore"><img src="https://img.shields.io/npm/v/@nestjs/swagger.svg" alt="NPM Version" /></a> | ||
This's an [OpenAPI (Swagger)](https://www.openapis.org/) module for [Nest](https://github.com/nestjs/nest). | ||
This's an [OpenAPI (Swagger)](https://www.openapis.org/) module for [Nest framework](https://www.openapis.org/). | ||
@@ -34,3 +34,3 @@ ## Installation | ||
```bash | ||
$ npm i --save @nestjs/swagger reflect-metadata | ||
$ npm i --save @nestjs/swagger lodash reflect-metadata | ||
``` | ||
@@ -37,0 +37,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
7635
2
0
12
103
1
- Removed@nestjs/common@^4.3.0
- Removedmongoose@^4.11.13
- Removedtypescript@^2.4.2
- Removedtypescript@2.9.2(transitive)