Socket
Socket
Sign inDemoInstall

jb-date-input

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jb-date-input - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

dist/JBDateInput.js

@@ -10,3 +10,3 @@ import 'jb-calendar';

/* eslint-disable no-redeclare */
if(typeof dayjs.isJalali == "function"){
if(typeof dayjs.isJalali !== "function"){
dayjs.extend(jalaliday);

@@ -13,0 +13,0 @@ }

@@ -7,3 +7,3 @@ /* eslint-disable no-redeclare */

import jalaliday from 'jalaliday';
if(typeof dayjs.isJalali == "function"){
if(typeof dayjs.isJalali !== "function"){
dayjs.extend(jalaliday);

@@ -10,0 +10,0 @@ }

@@ -18,3 +18,3 @@ {

],
"version": "1.0.2",
"version": "1.0.3",
"bugs": "https://github.com/javadbat/jb-date-input/issues",

@@ -36,4 +36,4 @@ "license": "MIT",

"jalaliday": "^2.3.0",
"jb-calendar": "^1.0.3"
"jb-calendar": "^1.0.4"
}
}

Sorry, the diff of this file is not supported yet

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