Socket
Socket
Sign inDemoInstall

mongoose-gridfs

Package Overview
Dependencies
4
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.2.9 to 1.2.10

8

CHANGELOG.md

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

#### 1.2.10 (2019-10-07)
##### Chores
* **deps:**
* force latest version & audit fix ([df87437d](https://github.com/lykmapipo/mongoose-gridfs/commit/df87437d1f13a67a73cc51d2f74e9aa886ab9de6))
* force latest version & audit fix ([4e7d536f](https://github.com/lykmapipo/mongoose-gridfs/commit/4e7d536f155fcdd9dfa3a935ddef11481f4c889b))
#### 1.2.9 (2019-09-28)

@@ -2,0 +10,0 @@

15

package.json
{
"name": "mongoose-gridfs",
"version": "1.2.9",
"version": "1.2.10",
"description": "mongoose gridfs on top of gridfs-stream",
"main": "index.js",
"scripts": {
"test": "grunt test",
"test": "NODE_ENV=test grunt test",
"docs": "doxdox 'lib/**/*.js' -p package.json -l markdown -o DOCUMENTATION.md"

@@ -41,3 +41,3 @@ },

"peerDependencies": {
"mongoose": ">=5.7.1"
"mongoose": ">=5.7.3"
},

@@ -49,2 +49,3 @@ "devDependencies": {

"chai": "^4.2.0",
"cryptiles": "^4.1.3",
"doxdox": "^3.0.0",

@@ -57,3 +58,3 @@ "express": "^4.17.1",

"grunt-mocha-test": "^0.13.3",
"handlebars": "^4.3.3",
"handlebars": "^4.4.2",
"is-stream": "^2.0.0",

@@ -63,5 +64,5 @@ "jshint-stylish": "^2.2.1",

"mime": "^2.4.4",
"mocha": "^6.2.0",
"mongoose": ">=5.7.1",
"mongoose-rest-actions": "^0.29.0",
"mocha": "^6.2.1",
"mongoose": ">=5.7.3",
"mongoose-rest-actions": "^0.29.3",
"multer": "^1.4.2",

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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc