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

@data-driven-forms/react-form-renderer

Package Overview
Dependencies
Maintainers
2
Versions
388
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@data-driven-forms/react-form-renderer - npm Package Compare versions

Comparing version 3.20.9 to 3.20.10

2

esm/validators/validator-functions.js

@@ -120,3 +120,3 @@ import _defineProperty from "@babel/runtime/helpers/defineProperty";

if (!isNumber(value)) {
return prepareMsg(message, 'notANumber').defaultMessage;
return prepareMsg(null, 'notANumber').defaultMessage;
}

@@ -123,0 +123,0 @@

{
"name": "@data-driven-forms/react-form-renderer",
"version": "3.20.9",
"version": "3.20.10",
"description": "React Form Renderer. Data Driven Forms converts JSON form definitions into fully functional React forms.",

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

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

if (!(0, _helpers.isNumber)(value)) {
return (0, _helpers.prepareMsg)(message, 'notANumber').defaultMessage;
return (0, _helpers.prepareMsg)(null, 'notANumber').defaultMessage;
}

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