@reactive-forms/core
Advanced tools
+1
-1
@@ -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); |
+1
-1
@@ -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); |
+3
-3
| { | ||
| "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": { |
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
117149
0.01%+ Added
- Removed
Updated