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

angular-datepicker-custom

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-datepicker-custom - npm Package Compare versions

Comparing version 2.1.14 to 2.1.15

2

dist/angular-datepicker.min.js

@@ -323,3 +323,3 @@ 'use strict';

isSame = function isSame(date1, date2) {
return date1.isSame(date2, datePickerConfig.momentNames[scope.view]) ? true : false;
return date1 && date1.isSame(date2, datePickerConfig.momentNames[scope.view]) ? true : false;
};

@@ -326,0 +326,0 @@

{
"name": "angular-datepicker-custom",
"version": "2.1.14",
"version": "2.1.15",
"main": "dist/angular-datepicker.min.js",

@@ -5,0 +5,0 @@ "repository": {

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