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

@altiore/form

Package Overview
Dependencies
Maintainers
0
Versions
187
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@altiore/form - npm Package Compare versions

Comparing version 4.5.2 to 4.5.3

2

dist/@common/utils.js

@@ -77,3 +77,3 @@ "use strict";

var value = parseDefault(v);
return typeof value === 'string' ? new Date(value).getTime() : value;
return typeof value === 'string' ? new Date(value).getTime() / 1000 : value;
};

@@ -80,0 +80,0 @@ var toArray = function (value) {

{
"name": "@altiore/form",
"version": "4.5.2",
"version": "4.5.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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc