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

nepali-datepicker-reactjs

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

nepali-datepicker-reactjs - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

3

dist/index.js

@@ -103,3 +103,2 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

function setConfig(key, value) {
console.log(key, value);
dispatch({

@@ -113,3 +112,2 @@ key: key,

function getConfig(key) {
console.log(state, "state");
return state[key];

@@ -449,3 +447,2 @@ }

}, [getConfig]);
console.log(currentLocale, "currentLocale");
var currentMonth = React.useMemo(function () {

@@ -452,0 +449,0 @@ var month = date.bsMonth;

@@ -100,3 +100,2 @@ import React, { createContext, useReducer, useContext, useLayoutEffect, useState, useMemo, useCallback, useEffect, Fragment, useRef } from 'react';

function setConfig(key, value) {
console.log(key, value);
dispatch({

@@ -110,3 +109,2 @@ key: key,

function getConfig(key) {
console.log(state, "state");
return state[key];

@@ -446,3 +444,2 @@ }

}, [getConfig]);
console.log(currentLocale, "currentLocale");
var currentMonth = useMemo(function () {

@@ -449,0 +446,0 @@ var month = date.bsMonth;

2

package.json
{
"name": "nepali-datepicker-reactjs",
"version": "1.1.3",
"version": "1.1.4",
"description": "Nepali Datepicker (Bikram Sambat) as a ReactJS component",

@@ -5,0 +5,0 @@ "keywords": [

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc