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 1.1.1 to 1.2.0

6

CHANGELOG.md

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

#### 1.2.0 (2019-06-04)
##### New Features
* disable id in file schema ([3b86ce5a](https://github.com/lykmapipo/mongoose-gridfs/commit/3b86ce5a95aaca58865fa5cc2d6ba0b834d96e8f))
#### 1.1.1 (2019-06-04)

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

2

lib/schema.js

@@ -42,3 +42,3 @@ 'use strict';

metadata: { type: Mixed },
}, { collection });
}, { collection, id: false, emitIndexErrors: true });

@@ -45,0 +45,0 @@ // expose timestamps as virtuals

{
"name": "mongoose-gridfs",
"version": "1.1.1",
"version": "1.2.0",
"description": "mongoose gridfs on top of gridfs-stream",

@@ -5,0 +5,0 @@ "main": "index.js",

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