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

obey

Package Overview
Dependencies
Maintainers
3
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

obey - npm Package Compare versions

Comparing version 0.12.0 to 0.12.1

4

build/rules.js

@@ -87,2 +87,3 @@ 'use strict';

var curData = data;
var context = { errors: [] };

@@ -95,3 +96,4 @@ var props = !def.required && data === undefined ? rules.props.noVal : rules.props.default;

chain = chain.then(prop.fn.bind(context, def, key)).then(function (res) {
return res === undefined ? data : res;
if (res !== undefined) curData = res;
return curData;
});

@@ -98,0 +100,0 @@ }

{
"name": "obey",
"version": "0.12.0",
"version": "0.12.1",
"description": "Data modelling and validation library",

@@ -5,0 +5,0 @@ "main": "index.js",

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