Socket
Socket
Sign inDemoInstall

mongoose-gridfs

Package Overview
Dependencies
252
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.45 to 1.2.46

6

CHANGELOG.md

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

#### 1.2.46 (2020-07-14)
##### Chores
* **deps:** force latest version & audit fix ([0fc08b42](https://github.com/lykmapipo/mongoose-gridfs/commit/0fc08b42f360ac80835679fc2aa123a0b03a2670))
#### 1.2.45 (2020-07-02)

@@ -2,0 +8,0 @@

16

package.json
{
"name": "mongoose-gridfs",
"version": "1.2.45",
"version": "1.2.46",
"description": "mongoose gridfs on top of gridfs-stream",

@@ -36,11 +36,11 @@ "main": "index.js",

"dependencies": {
"@lykmapipo/mongoose-common": ">=0.38.1",
"lodash": ">=4.17.15",
"@lykmapipo/mongoose-common": ">=0.38.2",
"lodash": ">=4.17.19",
"stream-read": ">=1.1.2"
},
"peerDependencies": {
"mongoose": ">=5.9.21"
"mongoose": ">=5.9.24"
},
"devDependencies": {
"@lykmapipo/mongoose-test-helpers": ">=0.8.1",
"@lykmapipo/mongoose-test-helpers": ">=0.8.2",
"async": ">=3.2.0",

@@ -53,3 +53,3 @@ "body-parser": "^1.19.0",

"form-data": "^3.0.0",
"grunt": "^1.1.0",
"grunt": "^1.2.1",
"grunt-contrib-jshint": "^2.1.0",

@@ -64,4 +64,4 @@ "grunt-contrib-watch": "^1.1.0",

"mocha": "^8.0.1",
"mongoose": ">=5.9.21",
"mongoose-rest-actions": "^0.30.2",
"mongoose": ">=5.9.24",
"mongoose-rest-actions": "^0.30.3",
"multer": "^1.4.2",

@@ -68,0 +68,0 @@ "on-finished": "^2.3.0",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc