Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

apostrophe-schemas

Package Overview
Dependencies
Maintainers
13
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apostrophe-schemas - npm Package Compare versions

Comparing version 0.5.62 to 0.5.63

2

package.json
{
"version": "0.5.62",
"version": "0.5.63",
"name": "apostrophe-schemas",

@@ -4,0 +4,0 @@ "description": "Schemas for easy editing of properties in Apostrophe objects",

@@ -281,16 +281,16 @@ # apostrophe-schemas

{% macro renderTitle(field) %}
<fieldset data-name="field.name" class="super-awesome">special awesome title: <input name="field.name" /></fieldset>
<fieldset data-name="{{ field.name }}" class="super-awesome">
special awesome title: <input name="{{ field.name }}" />
</fieldset>
{% endmacro %}
{%- block modalBody -%}
<form>
{{
snippetAllFields(fields, {
custom: {
title: renderTitle
}
})
}}
</form>
{%- endblock -%}
<form>
{{
schemaFields(schema, {
custom: {
title: renderTitle
}
})
}}
</form>
```

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