Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

mongo-escape

Package Overview
Dependencies
Maintainers
2
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-escape - npm Package Compare versions

Comparing version 2.0.5 to 2.0.6

2

index.js

@@ -106,3 +106,3 @@ /**

function transform(obj, iterator, recurse) {
if (ojb == null || typeof obj !== 'object') { throw new TypeError('obj must be an object'); }
if (obj == null || typeof obj !== 'object') { throw new TypeError('obj must be an object'); }
if (typeof iterator !== 'function') { throw new TypeError('iterator must be a function'); }

@@ -109,0 +109,0 @@

{
"name": "mongo-escape",
"version": "2.0.5",
"version": "2.0.6",
"author": {

@@ -5,0 +5,0 @@ "name": "Tim Kuijsten",

Sorry, the diff of this file is not supported yet

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