Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gridfile

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gridfile - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

12

package.json
{
"name": "gridfile",
"version": "1.1.1",
"version": "1.1.2",
"description": "GridFile is a reusable Mongoose schema for MongoDB GridFS",

@@ -23,11 +23,11 @@ "keywords": [

"peerDependencies": {
"mongoose": "^5.0.0"
"mongoose": "*"
},
"devDependencies": {
"chai": "^4.3.0",
"documentation": "^13.1.1",
"documentation": "^13.2.5",
"memorystream": "^0.3.1",
"mocha": "^8.3.0",
"mongodb-memory-server": "^6.9.3",
"mongoose": "^5.12.11",
"mocha": "^9.1.3",
"mongodb-memory-server": "^8.1.0",
"mongoose": "^6.1.6",
"nyc": "^15.1.0",

@@ -34,0 +34,0 @@ "standard": "^16.0.3"

@@ -19,3 +19,3 @@ /* eslint-env mocha */

// create mongo connection
mongodb = new MongoMemoryServer()
mongodb = await MongoMemoryServer.create()
const connectionUri = await mongodb.getUri()

@@ -22,0 +22,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