Socket
Socket
Sign inDemoInstall

mongoose-repl

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose-repl - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

4

lib-js/mongoose-repl.js

@@ -72,3 +72,5 @@ // Generated by CoffeeScript 1.6.3

if (res instanceof mongoose.Query) {
return res.exec(function(err, doc) {
return res.setOptions({
slaveOk: true
}).exec(function(err, doc) {
return cb(err, doc);

@@ -75,0 +77,0 @@ });

{
"name": "mongoose-repl",
"version": "0.1.7",
"version": "0.1.8",
"description": "A Mongo REPL with the full power of Mongoose",

@@ -5,0 +5,0 @@ "engines": {

Sorry, the diff of this file is not supported yet

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