Socket
Socket
Sign inDemoInstall

mongoose-gridfs

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-gridfs - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

94

package.json
{
"name": "mongoose-gridfs",
"version": "0.3.0",
"description": "mongoose gridfs on top of gridfs-stream",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/mongoose-gridfs"
},
"keywords": [
"mongoose-plugin",
"mongoose",
"mongodb",
"gridfs",
"gridfs-stream",
"fs",
"stream"
],
"author": "lykmapipo <lallyelias87@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/mongoose-gridfs/issues"
},
"dependencies": {
"gridfs-stream": "^1.1.1",
"lodash": "^4.17.4",
"stream-read": "^1.1.2"
},
"devDependencies": {
"async": "^2.5.0",
"chai": "^4.1.2",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.3",
"is-stream": "^1.1.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^3.5.2",
"mime": "^2.0.3",
"mocha": "^4.0.1",
"mongoose": "^4.12.4"
}
"name": "mongoose-gridfs",
"version": "0.3.1",
"description": "mongoose gridfs on top of gridfs-stream",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/lykmapipo/mongoose-gridfs"
},
"keywords": [
"mongoose-plugin",
"mongoose",
"mongodb",
"gridfs",
"gridfs-stream",
"fs",
"stream",
"filesystem",
"mongo"
],
"author": "lykmapipo <lallyelias87@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/lykmapipo/mongoose-gridfs/issues"
},
"dependencies": {
"gridfs-stream": "^1.1.1",
"lodash": "^4.17.4",
"stream-read": "^1.1.2"
},
"devDependencies": {
"async": "^2.5.0",
"chai": "^4.1.2",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-mocha-test": "^0.13.3",
"is-stream": "^1.1.0",
"jshint-stylish": "^2.2.1",
"load-grunt-tasks": "^3.5.2",
"mime": "^2.0.3",
"mocha": "^4.0.1",
"mongoose": "^4.12.4"
},
"engines": {
"node": "8.6.0",
"npm": "5.3.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