Socket
Socket
Sign inDemoInstall

marsdb

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

marsdb - npm Package Compare versions

Comparing version 0.5.5 to 0.5.6

2

dist/DocumentProjector.js

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

(0, _forEach2.default)(fields, function (val, keyPath) {
var valKeys = (0, _keys3.default)(val);
var valKeys = _checkTypes2.default.object(val) && (0, _keys3.default)(val) || [];
if ((0, _indexOf3.default)(keyPath.split('.'), '$') >= 0) {

@@ -163,0 +163,0 @@ throw Error('Minimongo doesn\'t support $ operator in projections yet.');

@@ -100,3 +100,3 @@ import _check from 'check-types';

_each(fields, (val, keyPath) => {
const valKeys = _keys(val);
const valKeys = (_check.object(val) && _keys(val)) || [];
if (_indexOf(keyPath.split('.'), '$') >= 0) {

@@ -103,0 +103,0 @@ throw Error('Minimongo doesn\'t support $ operator in projections yet.');

{
"name": "marsdb",
"version": "0.5.5",
"version": "0.5.6",
"author": {

@@ -5,0 +5,0 @@ "name": "Artem Artemev",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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