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

fh-db

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fh-db - npm Package Compare versions

Comparing version 0.1.0-3 to 0.2.0-9

2

lib/fhmongodb.js

@@ -19,3 +19,3 @@ var mongodb = require('mongodb');

this.ready = false;
this.driver_options = {}; //{ native_parser: true };
this.driver_options = { safe: true }; //{ native_parser: true };
if (pDriverOptions) {

@@ -22,0 +22,0 @@ for(var field in pDriverOptions) {

{
"name": "fh-db",
"description": "FeedHenry Database Library",
"version": "0.1.0-3",
"version": "0.2.0-9",
"repository": {

@@ -21,5 +21,5 @@ "type": "git",

"dependencies" : {
"mongodb" : "0.9.7*",
"mongodb" : "1.2.8",
"async" : "0.1.9"
}
}

@@ -1,1 +0,1 @@

0.1.0-3
0.2.0-9
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