Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.1.0 to 4.1.1

4

changelog.md

@@ -0,1 +1,5 @@

## 4.1.1/2018-01-19
- fix: beforeDeleteOne & beforeDeleteMany
## 4.1.0/2018-01-09

@@ -2,0 +6,0 @@

4

lib/schema.js

@@ -47,7 +47,7 @@ const _ = require('lodash')

beforeDeleteMany: function beforeDeleteMany () {
const query = this._args[1]
const query = this._args[0]
formatQuery(query, schema)
},
beforeDeleteOne: function beforeDeleteOne () {
const query = this._args[1]
const query = this._args[0]
formatQuery(query, schema)

@@ -54,0 +54,0 @@ },

{
"name": "mongolass",
"version": "4.1.0",
"version": "4.1.1",
"description": "Elegant MongoDB driver for Node.js.",

@@ -5,0 +5,0 @@ "main": "lib/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