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

react-flatpickr

Package Overview
Dependencies
Maintainers
2
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-flatpickr - npm Package Compare versions

Comparing version 3.10.8 to 3.10.9

4

build/index.js

@@ -234,3 +234,5 @@ "use strict";

function mergeHooks(options, props, hook) {
function mergeHooks(inputOptions, props, hook) {
var options = _objectSpread({}, inputOptions);
if (props.hasOwnProperty(hook)) {

@@ -237,0 +239,0 @@ var _options$hook;

@@ -161,3 +161,4 @@ import React, { Component } from 'react'

function mergeHooks(options, props, hook) {
function mergeHooks(inputOptions, props, hook) {
const options = {...inputOptions}
if (props.hasOwnProperty(hook)) {

@@ -164,0 +165,0 @@ if (options[hook] && !Array.isArray(options[hook])) {

{
"name": "react-flatpickr",
"version": "3.10.8",
"version": "3.10.9",
"description": "flatpickr for React",

@@ -5,0 +5,0 @@ "main": "build/index.js",

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