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

ng2-jalali-date-picker

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ng2-jalali-date-picker - npm Package Compare versions

Comparing version 2.2.0 to 2.2.1

screenshots/date_picker.png

6

day-calendar/day-calendar.service.js

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

var today = moment();
if (current.format('HH') !== '00') {
current.startOf('day').add(1, 'day');
}
var daysOfCalendar = this.utilsService.createArray(42)

@@ -89,5 +92,2 @@ .reduce(function (array) {

current.add(1, 'day');
if (current.format('HH') !== '00') {
current.startOf('day').add(1, 'day');
}
return array;

@@ -94,0 +94,0 @@ }, []);

{
"name": "ng2-jalali-date-picker",
"author": "Mojtaba Zarei",
"version": "2.2.0",
"version": "2.2.1",
"license": "MIT",

@@ -6,0 +6,0 @@ "main": "index.js",

Sorry, the diff of this file is not supported yet

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