Socket
Socket
Sign inDemoInstall

@lion/form-core

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/form-core - npm Package Compare versions

Comparing version 0.15.2 to 0.15.3

10

CHANGELOG.md
# Change Log
## 0.15.3
### Patch Changes
- d963e74e: Fix type error, EventHandlerNonNull got removed it seems. (event: Event) => unknown; instead is fine.
- Updated dependencies [bcf68ceb]
- Updated dependencies [d963e74e]
- @lion/core@0.18.4
- @lion/localize@0.21.2
## 0.15.2

@@ -4,0 +14,0 @@

2

docs/overview.md

@@ -7,4 +7,4 @@ # Systems >> Form >> Overview ||10

- Built in [validate](https://github.com/ing-bank/lion/blob/519759cb09777d3b2b60480a5ef85860cba1310a/docs/docs/systems/form/validate.md) for error/warning/info/success
- Built in [validate](https://github.com/ing-bank/lion/blob/792ff7a95413582f0ac9245a72cb5e0f48922487/docs/docs/systems/form/validate.md) for error/warning/info/success
- Formatting of values
- Accessible
{
"name": "@lion/form-core",
"version": "0.15.2",
"version": "0.15.3",
"description": "Form-core contains all essential building blocks for creating form fields and fieldsets",

@@ -41,4 +41,4 @@ "license": "MIT",

"dependencies": {
"@lion/core": "0.18.3",
"@lion/localize": "0.21.1"
"@lion/core": "0.18.4",
"@lion/localize": "0.21.2"
},

@@ -45,0 +45,0 @@ "keywords": [

@@ -7,4 +7,4 @@ # Systems >> Form >> Overview ||10

- Built in [validate](https://github.com/ing-bank/lion/blob/519759cb09777d3b2b60480a5ef85860cba1310a/docs/docs/systems/form/validate.md) for error/warning/info/success
- Built in [validate](https://github.com/ing-bank/lion/blob/792ff7a95413582f0ac9245a72cb5e0f48922487/docs/docs/systems/form/validate.md) for error/warning/info/success
- Formatting of values
- Accessible

@@ -107,3 +107,3 @@ import { dedupeMixin } from '@lion/core';

/**
* @type {EventHandlerNonNull}
* @type {(event: Event) => unknown}
* @protected

@@ -114,3 +114,3 @@ */

/**
* @type {EventHandlerNonNull}
* @type {(event: Event) => unknown}
* @protected

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