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

rc-picker

Package Overview
Dependencies
Maintainers
6
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-picker - npm Package Compare versions

Comparing version 4.7.0 to 4.7.1

5

es/PickerInput/hooks/useRangeValue.js

@@ -228,11 +228,10 @@ import _slicedToArray from "@babel/runtime/helpers/esm/slicedToArray";

// Validate start
(!start || !isInvalidateDate(start, {
(disabled[0] || !start || !isInvalidateDate(start, {
activeIndex: 0
})) && (
// Validate end
!end || !isInvalidateDate(end, {
disabled[1] || !end || !isInvalidateDate(end, {
from: start,
activeIndex: 1
}));
// >>> Result

@@ -239,0 +238,0 @@ var allPassed =

@@ -238,11 +238,10 @@ "use strict";

// Validate start
(!start || !isInvalidateDate(start, {
(disabled[0] || !start || !isInvalidateDate(start, {
activeIndex: 0
})) && (
// Validate end
!end || !isInvalidateDate(end, {
disabled[1] || !end || !isInvalidateDate(end, {
from: start,
activeIndex: 1
}));
// >>> Result

@@ -249,0 +248,0 @@ var allPassed =

4

package.json
{
"name": "rc-picker",
"version": "4.7.0",
"version": "4.7.1",
"description": "React date & time picker",

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

"gh-pages": "npm run build && father doc deploy",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"prepublishOnly": "npm run compile",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",

@@ -35,0 +35,0 @@ "lint:tsc": "tsc -p tsconfig.json --noEmit",

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