Socket
Socket
Sign inDemoInstall

@anglr/datetime

Package Overview
Dependencies
79
Maintainers
2
Versions
89
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0-beta.20221018102923 to 5.0.0-beta.20221018103539

6

es2015/src/modules/dateTime/directives/dateTimeInput/dateTimeInput.directive.js

@@ -81,2 +81,8 @@ import { __decorate, __metadata } from "tslib";

handleInput() {
if (!this.rawValue) {
this.internalValue = null;
this.ɵValue = null;
this.valueChange.next();
return;
}
this.internalValue = parseDateTime(this.rawValue, this.dateApi, this.valueFormat, this.customFormat);

@@ -83,0 +89,0 @@ this.ɵValue = formatDateTime(this.internalValue, this.valueFormat, this.customFormat);

@@ -80,2 +80,8 @@ import { __decorate, __metadata } from "tslib";

handleInput() {
if (!this.rawValue) {
this.internalValue = null;
this.ɵValue = null;
this.valueChange.next();
return;
}
this.internalValue = parseDateTime(this.rawValue, this.dateApi, this.valueFormat, this.customFormat);

@@ -82,0 +88,0 @@ this.ɵValue = formatDateTime(this.internalValue, this.valueFormat, this.customFormat);

2

package.json
{
"name": "@anglr/datetime",
"version": "5.0.0-beta.20221018102923",
"version": "5.0.0-beta.20221018103539",
"description": "Angular library for datetime manipulation components",

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

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc