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

@datepicker-react/hooks

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@datepicker-react/hooks - npm Package Compare versions

Comparing version 1.0.1-alpha.31 to 1.0.1-alpha.32

1

lib/index.cjs.js

@@ -754,2 +754,3 @@ 'use strict'

isDateBlocked: m,
numberOfMonths: u,
onResetDates: function() {

@@ -756,0 +757,0 @@ s({startDate: null, endDate: null, focusedInput: START_DATE})

@@ -716,2 +716,3 @@ import {useMemo as e, useState as t, useCallback as r} from 'react'

isDateBlocked: y,
numberOfMonths: f,
onResetDates: function() {

@@ -718,0 +719,0 @@ s({startDate: null, endDate: null, focusedInput: pe})

@@ -38,2 +38,3 @@ import {MonthType} from './useDatepicker.utils'

isDateBlocked: (date: Date) => boolean
numberOfMonths: number
onResetDates: () => void

@@ -40,0 +41,0 @@ onDaySelect: (date: Date) => void

4

package.json
{
"name": "@datepicker-react/hooks",
"version": "1.0.1-alpha.31+012d3d2",
"version": "1.0.1-alpha.32+a287c0e",
"description": "React hooks for datepicker.",

@@ -46,3 +46,3 @@ "keywords": [

},
"gitHead": "012d3d2dc3528776a4bc5270c00f2805812718e4"
"gitHead": "a287c0ee0e3887629bf64c1468d83f822ee79334"
}
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