Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

simpl-schema

Package Overview
Dependencies
Maintainers
1
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 0.2.0 to 0.2.1

4

CHANGELOG.md
# simpl-schema CHANGELOG
## 0.2.1
- It is no longer considered a validation error when a key within $unset is not defined in the schema.
## 0.2.0

@@ -4,0 +8,0 @@

@@ -68,2 +68,5 @@ 'use strict';

if (!def) {
// We don't need KEY_NOT_IN_SCHEMA error for $unset and we also don't need to continue
if (op === '$unset') return;
validationErrors.push({

@@ -70,0 +73,0 @@ name: affectedKey,

2

package.json
{
"name": "simpl-schema",
"version": "0.2.0",
"version": "0.2.1",
"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