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

commonform-flatten

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

commonform-flatten - npm Package Compare versions

Comparing version 0.5.3 to 0.6.0

3

index.js

@@ -1,2 +0,1 @@

var clone = require('clone')
var resolve = require('commonform-resolve')

@@ -43,2 +42,2 @@

values = { } }
return flatten(resolve(clone(form), values), [ ], 1) }
return flatten(resolve(form, values), [ ], 1) }
{
"name": "commonform-flatten",
"description": "flatten Common Forms",
"version": "0.5.3",
"version": "0.6.0",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)",
"bugs": "https://github.com/commonform/commonform-flatten/issues",
"dependencies": {
"clone": "^1.0.2",
"commonform-resolve": "0.6.x"

@@ -10,0 +9,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