Socket
Socket
Sign inDemoInstall

simpl-schema

Package Overview
Dependencies
Maintainers
2
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simpl-schema - npm Package Compare versions

Comparing version 1.10.1 to 1.10.2

2

dist/utility/merge.js

@@ -24,2 +24,4 @@ "use strict";

Object.keys(source).forEach(function (prop) {
if (prop === '__proto__') return; // protect against prototype pollution
if (source[prop] && source[prop].constructor && source[prop].constructor === Object) {

@@ -26,0 +28,0 @@ if (!destination[prop] || !destination[prop].constructor || destination[prop].constructor !== Object) {

2

package.json
{
"name": "simpl-schema",
"version": "1.10.1",
"version": "1.10.2",
"description": "A schema validation package that supports direct validation of MongoDB update modifier objects.",

@@ -5,0 +5,0 @@ "author": "Eric Dobbertin <aldeed@gmail.com>",

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