Socket
Socket
Sign inDemoInstall

mongoose

Package Overview
Dependencies
Maintainers
0
Versions
883
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongoose - npm Package Compare versions

Comparing version 1.1.14 to 1.1.15

5

History.md
1.1.15 / 2011-03-28
===================
* Fixed; `null` and `undefined` are set atomically.
1.1.14 / 2011-03-28

@@ -3,0 +8,0 @@ ===================

2

lib/mongoose/index.js

@@ -284,3 +284,3 @@

exports.version = '1.1.14';
exports.version = '1.1.15';

@@ -287,0 +287,0 @@ /**

@@ -107,3 +107,6 @@

if (type === null || type === undefined) {
delta[data.path] = type;
if (!('$set' in delta))
delta['$set'] = {};
delta['$set'][data.path] = type;
} else if (type._path && type.doAtomics) {

@@ -110,0 +113,0 @@ // a MongooseArray or MongooseNumber

{
"name": "mongoose"
, "description": "Mongoose MongoDB ORM"
, "version": "1.1.14"
, "version": "1.1.15"
, "author": "Guillermo Rauch <guillermo@learnboost.com>"

@@ -6,0 +6,0 @@ , "keywords": ["mongodb", "mongoose", "orm", "data", "datastore", "nosql"]

Sorry, the diff of this file is too big to display

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