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.7.0 to 0.8.0

2

index.js

@@ -41,3 +41,3 @@ var resolve = require('commonform-resolve')

if (!values) {
values = { } }
values = [ ] }
return flatten(resolve(form, values), [ ], 1) }
{
"name": "commonform-flatten",
"description": "flatten Common Forms",
"version": "0.7.0",
"version": "0.8.0",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)",
"bugs": "https://github.com/commonform/commonform-flatten/issues",
"dependencies": {
"commonform-resolve": "0.7.x"
"commonform-resolve": "0.8.x"
},

@@ -10,0 +10,0 @@ "devDependencies": {

@@ -11,3 +11,3 @@ Produces a useful intermediary representation for rendering in linear document formats, like [Office Open XML](https://npmjs.com/package/commonform-docx) and [terminal listings](https://npmjs.com/package/commonform-terminal).

'some text ',
{ blank: 'company' },
{ blank: '' },
{ heading: 'A',

@@ -26,7 +26,7 @@ form: {

{ use: 'A Defined Term'} ] },
{ company: 'NewCo' }),
[ { blank: [ 'content', 1 ], value: 'NewCo' } ]),
[ { depth: 1,
content: [
'some text ',
{ blank: 'company', value: 'NewCo' } ] },
{ blank: 'NewCo' } ] },
{ depth: 2,

@@ -33,0 +33,0 @@ heading: 'A',

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