Socket
Socket
Sign inDemoInstall

camouflage

Package Overview
Dependencies
3
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.5 to 0.8.6

5

lib/base-document.js

@@ -456,2 +456,7 @@ "use strict";

}
for(key in values){
if(values.hasOwnProperty(key) && key[0] === '_' && key !== '_id'){
delete values[key];
}
}
return values;

@@ -458,0 +463,0 @@ }

1

lib/document.js

@@ -123,3 +123,2 @@ "use strict";

}
}

@@ -126,0 +125,0 @@ });

{
"name": "camouflage",
"version": "0.8.5",
"version": "0.8.6",
"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