Socket
Socket
Sign inDemoInstall

@altiore/form

Package Overview
Dependencies
6
Maintainers
1
Versions
180
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.2.2 to 4.2.3

4

dist/@common/utils.js

@@ -55,3 +55,5 @@ var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {

]);
var parseBoolean = function (value) { return value === 'on'; };
var parseBoolean = function (value) {
return typeof value === 'boolean' ? value : value === 'on';
};
var parseNumber = function (value) { return parseInt(value, 10); };

@@ -58,0 +60,0 @@ var parseDefault = function (value) { return (value === '' ? null : value); };

{
"name": "@altiore/form",
"version": "4.2.2",
"version": "4.2.3",
"description": "Form helper for building powerful forms",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc