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.6.1 to 0.7.0

4

package.json
{
"name": "commonform-flatten",
"description": "flatten Common Forms",
"version": "0.6.1",
"version": "0.7.0",
"author": "Kyle E. Mitchell <kyle@kemitchell.com> (http://kemitchell.com)",
"bugs": "https://github.com/commonform/commonform-flatten/issues",
"dependencies": {
"commonform-resolve": "0.6.x"
"commonform-resolve": "0.7.x"
},

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

@@ -23,6 +23,9 @@ 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).

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

@@ -70,3 +73,5 @@ heading: 'A',

{ depth: 1,
content: [ 'after' ] } ])
content: [
'after',
{ use: 'A Defined Term' } ] } ])
```
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