Socket
Socket
Sign inDemoInstall

camouflage

Package Overview
Dependencies
124
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.12 to 0.8.13

2

lib/document.js

@@ -371,3 +371,3 @@ "use strict";

for (var i = 0; i < instancesArray.length; i++) {
if (datasArray[i] && datasArray[i].hasOwnProperty('_id')) {
if (datasArray[i] && '_id' in datasArray[i]) {
instancesArray[i].id = datasArray[i]._id;

@@ -374,0 +374,0 @@ } else {

{
"name": "camouflage",
"version": "0.8.12",
"version": "0.8.13",
"description": "A class-based ES6 ODM for Mongo-like databases.",

@@ -5,0 +5,0 @@ "author": {

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc