Comparing version 2.0.3 to 2.0.4
@@ -0,0 +0,0 @@ const ComfyDB = require( "./index" ); |
@@ -66,2 +66,6 @@ const MongoClient = require( "mongodb" ).MongoClient; | ||
values = values.map( x => ({ ...x, updatedAt: new Date() } ) ); | ||
// filter createdAt field | ||
values.forEach( x => { | ||
delete x.createdAt; | ||
} ); | ||
@@ -68,0 +72,0 @@ let bulkOp = set.initializeUnorderedBulkOp(); |
@@ -0,0 +0,0 @@ const ComfyDB = require( "./index" ); |
{ | ||
"name": "comfydb", | ||
"version": "2.0.3", | ||
"version": "2.0.4", | ||
"description": "Comfiest Way To Use A Database!", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,3 +0,1 @@ | ||
[![Build Status](https://travis-ci.com/instafluff/ComfyDB.svg?branch=master)](https://travis-ci.com/instafluff/ComfyDB) | ||
# ComfyDB | ||
@@ -4,0 +2,0 @@ The Comfiest Way to Use a Database |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
509
0
33015
6
195