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

@progress/kendo-angular-dateinputs

Package Overview
Dependencies
Maintainers
1
Versions
1042
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.0 to 0.5.1

3

dist/es/dateinput/dateinput.component.js

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

}
if (this.kendoDate && changes.value) {
this.writeValue(this.value);
}
};

@@ -229,0 +232,0 @@ /**

@@ -228,2 +228,5 @@ "use strict";

}
if (this.kendoDate && changes.value) {
this.writeValue(this.value);
}
};

@@ -230,0 +233,0 @@ /**

2

package.json

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

"license": "SEE LICENSE IN LICENSE.md",
"version": "0.5.0",
"version": "0.5.1",
"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