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

mongojs

Package Overview
Dependencies
Maintainers
0
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongojs - npm Package Compare versions

Comparing version 0.1.6 to 0.1.8

11

index.js

@@ -200,2 +200,11 @@ var mongo = require('mongodb');

that.bson = {
Long: client.bson_serializer.Long,
ObjectID: client.bson_serializer.ObjectID,
Timestamp: client.bson_serializer.Timestamp,
DBRef: client.bson_serializer.DBRef,
Binary: client.bson_serializer.Binary,
Code: client.bson_serializer.Code
};
client.open(next);

@@ -263,2 +272,2 @@ },

return that;
};
};

6

package.json
{
"name":"mongojs",
"description":"a simple mongo module that emulates the mongo api",
"version":"0.1.6",
"description":"a simple mongo module that implements the mongo api",
"keywords": ["mongo", "db", "mongodb"],
"version":"0.1.8",
"homepage" : "https://github.com/gett/mongojs",
"author": "Ge.tt <hello@ge.tt>",

@@ -6,0 +8,0 @@ "contributors": [

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