Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
commonform-terminal
Advanced tools
var terminal = require('commonform-terminal')
var assert = require('assert')
assert.equal(
terminal(
{ "content": [
"This ",
{ use: "Agreement" },
" (this ",
{ "definition": "Agreement" },
" is made effective as of the date the last ",
{ "use": "Party" },
" signs this ",
{ "use": "Agreement" },
" (the ",
{ "definition": "Effective Date" },
") by and between ",
{ "blank": "" },
", a ",
{ "blank": "" },
" (",
{ "definition": "Company" },
") and the several purchasers named in ",
{ "reference": "Purchasers" },
" (",
{ "definition": "Purchasers" },
", and together with ",
{ use: "Company"},
", each a ",
{ "definition": "Party" },
")." ] },
[ /* no blank values */ ],
{ /* no options */ }),
[ " This \u001b[35mAgreement\u001b[39m (this \"",
"\u001b[32mAgreement\u001b[39m\" is made effective as of ",
"the date the last \u001b[35mParty\u001b[39m signs this ",
"\u001b[35mAgreement\u001b[39m (the \"\u001b[32mEffective ",
"Date\u001b[39m\") by and between \u001b[31m\u001b[4m[_]",
"\u001b[24m\u001b[39m, a \u001b[31m\u001b[4m[_]",
"\u001b[24m\u001b[39m (\"\u001b[32mCompany",
"\u001b[39m\") and the several purchasers named in \u001b[33m",
"Purchasers\u001b[39m (\"\u001b[32mPurchasers\u001b[39m\", and ",
"together with \u001b[35mCompany\u001b[39m, each a \"\u001b[32m",
"Party\u001b[39m\")." ].join(''))
assert.equal(
terminal(
{ "content": [ { "blank": "" } ] },
[ { blank: [ 'content', 0 ],
value: 'NewCo, Inc.' } ],
{ /* no options */ }),
" \u001b[31m\u001b[4m[NewCo, Inc.]\u001b[24m\u001b[39m")
FAQs
display Common Forms at text terminals
The npm package commonform-terminal receives a total of 28 weekly downloads. As such, commonform-terminal popularity was classified as not popular.
We found that commonform-terminal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.