🚀 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
3
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
2.2.1

3

lib/index.js

@@ -31,1 +31,4 @@ var Schema = require('./schema');

module.exports.Schema = Schema;
module.exports.FieldCollection = require('./field-collection');
module.exports.TypeCollection = require('./type-collection');
module.exports.ValueCollection = require('./value-collection');

2

package.json
{
"name": "mongodb-schema",
"description": "Infer the probabilistic schema for a MongoDB collection.",
"version": "2.2.0",
"version": "2.2.1",
"author": "Thomas Rueckstiess <thomas@rueckstiess.net>",

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