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

apostrophe-forms

Package Overview
Dependencies
Maintainers
14
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-forms - npm Package Compare versions

Comparing version 0.5.3 to 0.5.4

23

index.js

@@ -69,2 +69,25 @@ /* jshint node:true */

// If somebody REALLY doesn't want to group their fields,
// take the hint, otherwise supply a default behavior
if (options.groupFields !== false) {
options.groupFields = options.groupFields ||
// We don't list the title field so it stays on top
[
{
name: 'basicsTab',
label: 'Basics',
fields: [
'title', 'slug', 'published', 'tags'
]
},
{
name: 'contentTab',
label: 'Content',
fields: [
'body', 'submitLabel', 'thankYouLabel', 'thankYouBody', 'email'
]
}
];
}
options.modules = (options.modules || []).concat([ { dir: __dirname, name: 'forms' } ]);

@@ -71,0 +94,0 @@

2

package.json
{
"name": "apostrophe-forms",
"version": "0.5.3",
"version": "0.5.4",
"description": "Allow your users to build forms on the fly on their Apostrophe sites",

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

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