New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mongo-schema

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mongo-schema - npm Package Compare versions

Comparing version 0.1.20 to 0.1.21

2

bower.json
{
"name": "tiny-webrtc",
"version": "0.1.20",
"version": "0.1.21",
"homepage": "https://github.com/paul-em/tiny-webrtc",

@@ -5,0 +5,0 @@ "authors": [

@@ -254,3 +254,3 @@ var MongoSchema = function () {

function normalizeType(type) {
if (isObject(type) && type.name) {
if (isObject(type) && type.name && !type.hasOwnProperty('name')) {
type = type.name.toLowerCase();

@@ -257,0 +257,0 @@ if (types.indexOf(type) !== -1) {

{
"name": "mongo-schema",
"version": "0.1.20",
"version": "0.1.21",
"main": "lib/mongo-schema.js",

@@ -5,0 +5,0 @@ "description": "Basic schema for mongodb",

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