Socket
Socket
Sign inDemoInstall

cosa

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cosa - npm Package Compare versions

Comparing version 2.7.0 to 2.7.1

2

lib/model.js

@@ -547,3 +547,3 @@ var q = require('q');

return _serializeArray(val);
} else if (typeof val !== 'object') {
} else if (val === null || typeof(val) !== 'object') {
return val;

@@ -550,0 +550,0 @@ }

{
"name": "cosa",
"version": "2.7.0",
"version": "2.7.1",
"description": "Cosa Models for MongoDB",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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