Huge News!Announcing our $40M Series B led by Abstract Ventures.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 4.1.1 to 4.1.2

2

package.json
{
"name": "obey",
"version": "4.1.1",
"version": "4.1.2",
"description": "Data modelling and validation library",

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

@@ -8,2 +8,3 @@ /*

const plugins = require('./plugins')
const cloneDeep = require('lodash/cloneDeep')

@@ -20,3 +21,3 @@ const validators = {

}
return value || def.default
return value || cloneDeep(def.default)
},

@@ -23,0 +24,0 @@

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