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.6.2 to 2.6.3

4

lib/model.js

@@ -180,4 +180,4 @@ var q = require('q');

if(obj._id){ // is not a new object
obj.__original = original.__original || original;
if('undefined' !== typeof(obj._id)){ // is not a new object
obj.__original = original.__original || original.toObject();
}

@@ -184,0 +184,0 @@ };

{
"name": "cosa",
"version": "2.6.2",
"version": "2.6.3",
"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