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

veams-component-form

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

veams-component-form - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

3

CHANGELOG.md

@@ -0,1 +1,4 @@

### v4.0.1
- Fix insertpoints
### v4.0.0

@@ -2,0 +5,0 @@ - Update insertpoints paths for new folder structure (used in generator-veams v9.x)

7

INSERTPOINTS.md

@@ -6,3 +6,3 @@ ### Include: Page

{{! WrapWith START: Form Wrapper }}
{{#with form-bp.variations.fields}}
{{#with form-bp.variations.default}}
{{#wrapWith "c-form" settings=settings}}

@@ -31,3 +31,3 @@ {{#each content.fieldsets}}

``` js
@INSERT :: START @tag: js-self-contained-import //
// @INSERT :: START @tag: js-self-contained-import //
import FormAjax from '../components/form/js/form-ajax';

@@ -48,4 +48,3 @@ import FormDatepicker from '../components/form/js/form-datepicker';

module: FormAjax
)
,
),
/**

@@ -52,0 +51,0 @@ * Init Form Datepicker

@@ -5,3 +5,3 @@ /**

* @module FormAjax
* @version v4.0.0
* @version v4.0.1
*

@@ -42,3 +42,3 @@ * @author Sebastian Fitzner

return {
version: '4.0.0',
version: '4.0.1',
vc: true,

@@ -45,0 +45,0 @@ mod: false // set to true if source was modified in project

{
"name": "veams-component-form",
"version": "4.0.0",
"version": "4.0.1",
"description": "The form component is a complete solution for your forms. It provides ajax functionality, a datepicker (pikaday.js), custom styles for checkboxes and radio buttons, jQuery-free",

@@ -5,0 +5,0 @@ "repository": {

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