Socket
Socket
Sign inDemoInstall

cosa

Package Overview
Dependencies
12
Maintainers
1
Versions
69
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.3.1 to 2.3.2

1

lib/model.js

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

var obj = EJSON.inflate(value);
delete obj.__modified;
var newEtag = etag(JSON.stringify(obj));

@@ -320,0 +321,0 @@ if (!this.isNew()) {

2

package.json
{
"name": "cosa",
"version": "2.3.1",
"version": "2.3.2",
"description": "Cosa Models for MongoDB",

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

process.env.NODE_ENV = 'test';
// process.env.DEBUG = '*';
process.env.COSA_DB_URI = 'mongodb://192.168.99.100:32768/test';
process.env.COSA_DB_URI = 'mongodb://192.168.99.100/test';
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc