🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

mongodb-schema

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongodb-schema - npm Package Compare versions

Comparing version

to
0.0.4

8

index.js

@@ -6,2 +6,7 @@ var schema_sync = require('./lib/mongodb-schema.js');

if (typeof options === 'function') {
callback = options;
options = {};
}
// only execute on next event loop iteration

@@ -18,2 +23,3 @@ process.nextTick(function () {

module.exports = schema;
module.exports.schema = schema;
module.exports.schema_sync = schema_sync;

2

package.json
{
"name": "mongodb-schema",
"description": "Infer a probabilistic schema javascript objects, JSON documents or a MongoDB collection",
"version": "0.0.3",
"version": "0.0.4",
"author": "Thomas Rueckstiess <thomas@rueckstiess.net>",

@@ -6,0 +6,0 @@ "license": "Apache",