New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@reactive-forms/core

Package Overview
Dependencies
Maintainers
2
Versions
105
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reactive-forms/core - npm Package Compare versions

Comparing version
0.12.3
to
0.12.4
+1
-1
dist/index.js

@@ -636,3 +636,3 @@ 'use strict';

updateFormValidness(errors.getValues());
errors.watchBatchUpdates((batchUpdate) => {
return errors.watchBatchUpdates((batchUpdate) => {
if (batchUpdate.paths.length > 0) {

@@ -639,0 +639,0 @@ updateFormValidness(batchUpdate.values);

@@ -614,3 +614,3 @@ import React5, { createContext, useRef, useCallback, useMemo, useEffect, useContext, Fragment, useState } from 'react';

updateFormValidness(errors.getValues());
errors.watchBatchUpdates((batchUpdate) => {
return errors.watchBatchUpdates((batchUpdate) => {
if (batchUpdate.paths.length > 0) {

@@ -617,0 +617,0 @@ updateFormValidness(batchUpdate.values);

{
"name": "@reactive-forms/core",
"description": "Core package of Reactive Forms framework",
"version": "0.12.3",
"version": "0.12.4",
"type": "commonjs",

@@ -22,4 +22,4 @@ "bugs": "https://github.com/fracht/reactive-forms/issues",

"tiny-invariant": "1.2.0",
"stocked": "1.1.2",
"pxth": "0.9.2"
"pxth": "0.9.2",
"stocked": "1.1.3"
},

@@ -26,0 +26,0 @@ "peerDependencies": {