react-flatpickr
Advanced tools
Comparing version 3.10.8 to 3.10.9
@@ -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", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27153
347
0