New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongolass

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongolass - npm Package Compare versions

Comparing version 2.4.4 to 2.4.5

5

changelog.md

@@ -0,1 +1,6 @@

## 2.4.5/2017-03-20
- add greenkeeper
- update readme
## 2.4.4/2017-03-16

@@ -2,0 +7,0 @@

6

package.json
{
"name": "mongolass",
"version": "2.4.4",
"version": "2.4.5",
"description": "Elegant MongoDB driver for Node.js.",

@@ -44,6 +44,6 @@ "main": "lib/index.js",

"co": "4.6.0",
"debug": "2.6.2",
"debug": "2.6.3",
"inflected": "1.1.7",
"lodash": "4.17.4",
"mongodb": "2.2.24",
"mongodb": "2.2.25",
"mongolass-plugin-populate": "*",

@@ -50,0 +50,0 @@ "validator": "7.0.0"

## Mongolass
[![Greenkeeper badge](https://badges.greenkeeper.io/mongolass/mongolass.svg)](https://greenkeeper.io/)
[![NPM version][npm-image]][npm-url]

@@ -138,2 +140,6 @@ [![Build status][travis-image]][travis-url]

## API
Same as [node-mongodb-native](http://mongodb.github.io/node-mongodb-native/2.2/api/Collection.html).
## Mongolass vs Mongoose

@@ -140,0 +146,0 @@

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

name: 'MongoError',
message: 'failed to connect to server [localhost:27018] on first connect',
message: 'failed to connect to server [localhost:27018] on first connect [MongoError: connect ECONNREFUSED 127.0.0.1:27018]',
op: 'find',

@@ -53,0 +53,0 @@ args: [],

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