Socket
Socket
Sign inDemoInstall

mongoose-repl

Package Overview
Dependencies
13
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.4 to 0.1.5

inspect.coffee

1

lib-js/mongoose-repl.js

@@ -59,2 +59,3 @@ // Generated by CoffeeScript 1.6.3

writer: writer,
terminal: false,
"eval": function(cmd, context, filename, cb) {

@@ -61,0 +62,0 @@ var err, js, res;

2

package.json
{
"name": "mongoose-repl",
"version": "0.1.4",
"version": "0.1.5",
"description": "A Mongo REPL with the full power of Mongoose",

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

@@ -84,1 +84,7 @@ # mongoose-repl

[ { name: 'fluffy', _id: 520baec9d61fae3ee6000001, __v: 0 } ]
## Command History
We leave REPL history to the experts: [rlwrap](http://utopia.knoware.nl/~hlub/rlwrap/#rlwrap). Install it using your favorite package manager, and then alias `mongoose` like so:
alias mongoose='rlwrap mongoose'

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc