Comparing version 0.4.5 to 0.4.6
@@ -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) { |
{ | ||
"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" | ||
} | ||
} |
Shell access
Supply chain riskThis module accesses the system shell. Accessing the system shell increases the risk of executing arbitrary code.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
14705
14
407
2
1