Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

comfydb

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

comfydb - npm Package Compare versions

Comparing version 2.0.3 to 2.0.4

0

example.js

@@ -0,0 +0,0 @@ const ComfyDB = require( "./index" );

4

index.js

@@ -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" );

2

package.json
{
"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

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