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

ng2-eonasdan-datetimepicker

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-eonasdan-datetimepicker - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

7

dist/datetimepicker.directive.js

@@ -52,3 +52,5 @@ "use strict";

this._onChange(val);
this._onTouched();
if (val) {
this._onTouched();
}
this.changeDetector.markForCheck();

@@ -60,2 +62,5 @@ },

DateTimePickerDirective.prototype.writeValue = function (value) {
if (!value) {
this.value = null;
}
this.value = value;

@@ -62,0 +67,0 @@ this.setDpValue(value);

4

package.json
{
"name": "ng2-eonasdan-datetimepicker",
"version": "0.1.1",
"version": "0.1.2",
"description": "Angular2+ component for bootstrap-datetimepicker library.",

@@ -10,4 +10,6 @@ "keywords": [

"ng2",
"datepicker",
"bootstrap",
"datetimepicker",
"eonasdan",
"component",

@@ -14,0 +16,0 @@ "directive"

@@ -71,3 +71,5 @@ import {

this._onChange(val);
this._onTouched();
if (val) {
this._onTouched();
}
this.changeDetector.markForCheck();

@@ -77,2 +79,5 @@ }

writeValue(value) {
if (!value) {
this.value = null;
}
this.value = value;

@@ -79,0 +84,0 @@ this.setDpValue(value);

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