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.1 to 0.2.2

4

CHANGELOG.md
# simpl-schema CHANGELOG
## 0.2.2
- Fixed Meteor Tracker reactivity
## 0.2.1

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

2

dist/ValidationContext.js

@@ -71,3 +71,3 @@ 'use strict';

var genericKey = _mongoObject2.default.makeKeyGeneric(key);
if (this._deps.hasOwnProperty(genericKey)) this._deps[genericKey].depend();
if (this._deps.hasOwnProperty(genericKey)) this._deps[genericKey].changed();
}

@@ -74,0 +74,0 @@ }, {

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