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

mongo-dot-notation

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-dot-notation - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

index.js

@@ -53,3 +53,3 @@ 'use strict'

value === undefined ||
value.constructor.name === 'ObjectID'
(value.constructor && value.constructor.name === 'ObjectID')
}

@@ -56,0 +56,0 @@

{
"name": "mongo-dot-notation",
"version": "1.0.6",
"version": "1.0.7",
"description": "Convert simple objects to mongo update operators",

@@ -5,0 +5,0 @@ "author": {

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