New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@progress/kendo-angular-dateinputs

Package Overview
Dependencies
Maintainers
1
Versions
1053
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progress/kendo-angular-dateinputs - npm Package Compare versions

Comparing version 0.5.1 to 0.5.2

2

dist/es/dateinput/dateinput.component.js

@@ -227,3 +227,3 @@ import { Component, Input, Output, ViewChild, EventEmitter, HostBinding, HostListener, isDevMode, Renderer, forwardRef } from '@angular/core';

}
if (this.kendoDate && changes.value) {
if (this.kendoDate && !isEqual(this.value, this.kendoDate.getDateObject())) {
this.writeValue(this.value);

@@ -230,0 +230,0 @@ }

@@ -228,3 +228,3 @@ "use strict";

}
if (this.kendoDate && changes.value) {
if (this.kendoDate && !kendo_date_math_1.isEqual(this.value, this.kendoDate.getDateObject())) {
this.writeValue(this.value);

@@ -231,0 +231,0 @@ }

@@ -6,3 +6,3 @@ {

"license": "SEE LICENSE IN LICENSE.md",
"version": "0.5.1",
"version": "0.5.2",
"publishConfig": {

@@ -9,0 +9,0 @@ "registry": "https://registry.npm.telerik.com"

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

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