Socket
Socket
Sign inDemoInstall

react-flatpickr

Package Overview
Dependencies
Maintainers
1
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.0.1 to 3.1.0

7

build/index.js

@@ -44,2 +44,9 @@ 'use strict';

}
var optionsKeys = Object.getOwnPropertyNames(props.options);
for (var index = optionsKeys.length - 1; index >= 0; index--) {
var key = optionsKeys[index];
this.flatpickr.set(key, props.options[key]);
}
}

@@ -46,0 +53,0 @@ }, {

@@ -19,2 +19,9 @@

}
const optionsKeys = Object.getOwnPropertyNames(props.options)
for (let index = optionsKeys.length - 1; index >= 0; index--) {
const key = optionsKeys[index]
this.flatpickr.set(key, props.options[key])
}
}

@@ -21,0 +28,0 @@

2

package.json
{
"name": "react-flatpickr",
"version": "3.0.1",
"version": "3.1.0",
"description": "flatpickr for React",

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

Sorry, the diff of this file is too big to display

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