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.11 to 0.8.12

4

lib/base-document.js

@@ -293,2 +293,6 @@ "use strict";

var type = instance._schema[key].type;
var typeIsArray = isArray(type);
if (typeIsArray) {
type = type[0];
}

@@ -295,0 +299,0 @@ if (type.prototype instanceof BaseDocument) {

2

package.json
{
"name": "camouflage",
"version": "0.8.11",
"version": "0.8.12",
"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