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

moltyjs

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moltyjs - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

7

CHANGELOG.md

@@ -20,2 +20,8 @@ ## [Unreleased]

## [1.0.6] - 2018-08-12
### Added
- $reduce operator to agreggation actions
## [1.0.5] - 2018-07-11

@@ -535,2 +541,3 @@

[1.0.6]: https://github.com/Yonirt/moltyjs/compare/v1.0.5...v1.0.6
[1.0.5]: https://github.com/Yonirt/moltyjs/compare/v1.0.4...v1.0.5

@@ -537,0 +544,0 @@ [1.0.4]: https://github.com/Yonirt/moltyjs/compare/v1.0.3...v1.0.4

3

lib/clients/mongoClient.js

@@ -54,3 +54,4 @@ 'use strict';

$limit: [],
$skip: []
$skip: [],
$reduce: ['input', 'initialValue', 'in']
};

@@ -57,0 +58,0 @@

{
"name": "moltyjs",
"version": "1.0.5",
"version": "1.0.6",
"description": "A tiny ODM for MongoDB with multy tenancy support.",

@@ -18,3 +18,3 @@ "main": "lib/index.js",

"type": "git",
"url": "git+https://github.com/mario-lemes/moltyjs.git"
"url": "https://github.com/mario-lemes/moltyjs.git"
},

@@ -39,3 +39,2 @@ "author": {

"chai": "^4.1.2",
"crypto": "^1.0.1",
"install": "^0.10.2",

@@ -42,0 +41,0 @@ "mocha": "^4.0.1",

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