New:Socket for Asana Is Now Available.Learn more
Get Started

@angular/forms

Package Overview
Dependencies
Maintainers
2
Versions
1092
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@angular/forms - npm Package Compare versions

Comparing version
22.1.3
to
22.1.4
+1
-1
fesm2022/_validation_errors-chunk.mjs
/**
* @license Angular v22.1.3
* @license Angular v22.1.4
* (c) 2010-2026 Google LLC. https://angular.dev/

@@ -4,0 +4,0 @@ * License: MIT

/**
* @license Angular v22.1.3
* @license Angular v22.1.4
* (c) 2010-2026 Google LLC. https://angular.dev/

@@ -4,0 +4,0 @@ * License: MIT

/**
* @license Angular v22.1.3
* @license Angular v22.1.4
* (c) 2010-2026 Google LLC. https://angular.dev/

@@ -67,10 +67,3 @@ * License: MIT

const pathNode = FieldPathNode.unwrapFieldPath(path);
let logic;
if (typeof configOrLogic === 'object' && configOrLogic !== null && 'when' in configOrLogic) {
logic = configOrLogic.when ?? (() => true);
} else if (typeof configOrLogic === 'function') {
logic = configOrLogic;
} else {
logic = () => true;
}
const logic = typeof configOrLogic === 'function' ? configOrLogic : configOrLogic?.when ?? (() => true);
pathNode.builder.addReadonlyRule(logic);

@@ -1142,3 +1135,3 @@ }

minVersion: "12.0.0",
version: "22.1.3",
version: "22.1.4",
ngImport: i0,

@@ -1151,3 +1144,3 @@ type: InputValidityMonitor,

minVersion: "12.0.0",
version: "22.1.3",
version: "22.1.4",
ngImport: i0,

@@ -1161,3 +1154,3 @@ type: InputValidityMonitor,

minVersion: "12.0.0",
version: "22.1.3",
version: "22.1.4",
ngImport: i0,

@@ -1228,3 +1221,3 @@ type: InputValidityMonitor,

minVersion: "12.0.0",
version: "22.1.3",
version: "22.1.4",
ngImport: i0,

@@ -1237,3 +1230,3 @@ type: AnimationInputValidityMonitor,

minVersion: "12.0.0",
version: "22.1.3",
version: "22.1.4",
ngImport: i0,

@@ -1245,3 +1238,3 @@ type: AnimationInputValidityMonitor

minVersion: "12.0.0",
version: "22.1.3",
version: "22.1.4",
ngImport: i0,

@@ -1425,3 +1418,3 @@ type: AnimationInputValidityMonitor,

minVersion: "12.0.0",
version: "22.1.3",
version: "22.1.4",
ngImport: i0,

@@ -1434,3 +1427,3 @@ type: FormField,

minVersion: "17.1.0",
version: "22.1.3",
version: "22.1.4",
type: FormField,

@@ -1469,3 +1462,3 @@ isStandalone: true,

minVersion: "12.0.0",
version: "22.1.3",
version: "22.1.4",
ngImport: i0,

@@ -1523,3 +1516,3 @@ type: FormField,

minVersion: "12.0.0",
version: "22.1.3",
version: "22.1.4",
ngImport: i0,

@@ -1532,3 +1525,3 @@ type: FormRoot,

minVersion: "17.1.0",
version: "22.1.3",
version: "22.1.4",
type: FormRoot,

@@ -1559,3 +1552,3 @@ isStandalone: true,

minVersion: "12.0.0",
version: "22.1.3",
version: "22.1.4",
ngImport: i0,

@@ -1562,0 +1555,0 @@ type: FormRoot,

{
"name": "@angular/forms",
"version": "22.1.3",
"version": "22.1.4",
"description": "Angular - directives and services for creating forms",

@@ -20,5 +20,5 @@ "author": "angular",

"peerDependencies": {
"@angular/core": "22.1.3",
"@angular/common": "22.1.3",
"@angular/platform-browser": "22.1.3",
"@angular/core": "22.1.4",
"@angular/common": "22.1.4",
"@angular/platform-browser": "22.1.4",
"rxjs": "^6.5.3 || ^7.4.0"

@@ -25,0 +25,0 @@ },

/**
* @license Angular v22.1.3
* @license Angular v22.1.4
* (c) 2010-2026 Google LLC. https://angular.dev/

@@ -4,0 +4,0 @@ * License: MIT

/**
* @license Angular v22.1.3
* @license Angular v22.1.4
* (c) 2010-2026 Google LLC. https://angular.dev/

@@ -4,0 +4,0 @@ * License: MIT

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display