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

di-controls

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

di-controls - npm Package Compare versions

Comparing version 5.0.3 to 5.0.4

2

controls/collection-control.d.ts

@@ -131,3 +131,3 @@ import { DICompareHost } from 'di-controls/classes';

private getCompareFn;
updateModel(obj: TModel[] | null): void;
internalUpdateModel(obj: TModel[] | null): void;
writeValue(value: TModel[] | null): void;

@@ -134,0 +134,0 @@ writeValueFromHost(obj: TModel[] | null): void;

@@ -56,7 +56,7 @@ import { ChangeDetectorRef, ModelSignal, Signal } from '@angular/core';

/**
* Updates the model. Use this method to update model from your Control
* Updates the model.
*
* @param value - new value
*/
updateModel(value: T | null): void;
internalUpdateModel(value: T | null): void;
/**

@@ -63,0 +63,0 @@ * Method is called by the forms API to write to the view when programmatic changes from model to view are requested.

@@ -194,2 +194,10 @@ import { OnInit } from '@angular/core';

updateModel(value: TModel | null): void;
/**
* Updates the model of the current control.
* Don't use this method directly, use `updateModel` instead.
*
* @param value - new value.
* @internal
*/
internalUpdateModel(value: TModel | null): void;
writeValue(value: TModel | null): void;

@@ -196,0 +204,0 @@ /**

{
"name": "di-controls",
"version": "5.0.3",
"version": "5.0.4",
"repository": {

@@ -5,0 +5,0 @@ "type": "git",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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