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 1.0.0 to 1.0.1

4

build/index.js

@@ -13,2 +13,4 @@ 'use strict';

var _react2 = _interopRequireDefault(_react);
var _flatpickr = require('flatpickr');

@@ -66,3 +68,3 @@

return React.createElement('input', _extends({}, this.props, { id: id }));
return _react2.default.createElement('input', _extends({}, this.props, { id: id }));
}

@@ -69,0 +71,0 @@ }]);

import { Component, PropTypes } from 'react'
import React, { Component, PropTypes } from 'react'
import Flatpickr from 'flatpickr'

@@ -28,5 +28,3 @@

render() {
const {
id
} = this.state
const { id } = this.state

@@ -33,0 +31,0 @@ return (

{
"name": "react-flatpickr",
"version": "1.0.0",
"version": "1.0.1",
"description": "flatpickr for React",

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

@@ -21,3 +21,3 @@

return (
<Flatpickr data-enabletime
<Flatpickr data-enable-time
onChange={v => console.info(v)} />

@@ -24,0 +24,0 @@ )

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