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

4

lib/index.js

@@ -387,3 +387,5 @@ 'use strict';

options.safe = _safeOptions;
return txcollection.insert(document, options, callback);
// always include oid
document._id = oid;
return txcollection.save(document, options, callback);
});

@@ -390,0 +392,0 @@ });

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

],
"version": "3.1.6",
"version": "3.1.7",
"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