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

formulr

Package Overview
Dependencies
Maintainers
1
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

formulr - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

2

lib/field.js

@@ -26,3 +26,3 @@ import { useMemo } from 'react';

var m = field.getModel();
if (!m || isFieldModel(m)) {
if (!m || !isFieldModel(m)) {
var v = or(field.patchedValue, function () { return or(field.initialValue, defaultValue); });

@@ -29,0 +29,0 @@ model = new FieldModel(v);

{
"name": "formulr",
"version": "0.2.2",
"version": "0.2.3",
"description": "Form toolkit for React",

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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