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

mongojs

Package Overview
Dependencies
Maintainers
2
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.4.5 to 0.4.6

.npmignore

3

index.js

@@ -84,2 +84,5 @@ var mongo = require('mongodb');

};
Cursor.prototype.batchSize = function() {
return this._config('batchSize', arguments);
};

@@ -86,0 +89,0 @@ Cursor.prototype._config = function(name, args) {

29

package.json
{
"name":"mongojs",
"description":"a simple mongo module that implements the mongo api",
"keywords": ["mongo", "db", "mongodb"],
"version":"0.4.5",
"repository": {"type": "git", "url": "git://github.com/gett/mongojs.git"},
"author": "Ge.tt <hello@ge.tt>",
"contributors": [
"Mathias Buus Madsen <m@ge.tt>",
"Ian Jorgensen <i@ge.tt>"
],
"main":"./index.js",
"dependencies": {"common":">=0.1.0", "mongodb":"1.x.x"}
"name":"mongojs",
"description":"a simple mongo module that implements the mongo api",
"keywords": ["mongo", "db", "mongodb"],
"version":"0.4.6",
"repository": "git://github.com/gett/mongojs.git",
"author": "Ge.tt <hello@ge.tt>",
"contributors": [
"Mathias Buus Madsen <m@ge.tt>",
"Ian Jorgensen <i@ge.tt>"
],
"dependencies": {
"common":">=0.1.0",
"mongodb":"1.x.x"
},
"scripts": {
"test":"node ./tests"
}
}
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