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

p-odm

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

p-odm - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

6

lib/index.js

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

find: function (collection_name, query, fields, options, callback) {
var stream = extractOption('stream', options, false);
var wantCursor = extractOption('cursor', options, false);

@@ -235,4 +235,4 @@ this.collection(collection_name, options, function (err, collection) {

if (stream) {
return callback(cursor);
if (wantCursor) {
return callback(null, cursor);
}

@@ -239,0 +239,0 @@

@@ -8,3 +8,3 @@ {

],
"version": "3.0.5",
"version": "3.0.6",
"engines": {

@@ -11,0 +11,0 @@ "node": ">=0.4.12"

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