Socket
Socket
Sign inDemoInstall

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.5.1 to 3.6.0

24

package.json
{
"name": "react-flatpickr",
"version": "3.5.1",
"version": "3.6.0",
"description": "flatpickr for React",

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

"example": "npm run build && webpack --config example/webpack.js",
"dev": "echo 'Please open the example directory to view the example' && webpack-dev-server --config example/webpack.js",
"lint": "eslint lib && eslint example",
"build": "babel lib --out-dir build",
"prepublish": "npm run build",
"prepublishOnly": "npm run build",
"test": "echo todo"

@@ -26,3 +27,3 @@ },

"dependencies": {
"flatpickr": "^3.0.7",
"flatpickr": "^4.0.1",
"prop-types": "^15.5.10"

@@ -33,14 +34,15 @@ },

"babel-core": "^6.22.1",
"babel-eslint": "^7.1.1",
"babel-loader": "^6.2.10",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.22.0",
"babel-preset-stage-0": "^6.22.0",
"css-loader": "^0.26.1",
"eslint": "^3.19.0",
"css-loader": "^0.28.7",
"eslint": "^4.8.0",
"eslint-config-ok": "github:haoxins/eslint-config",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"style-loader": "^0.13.1",
"webpack": "^2.2.1"
"react": "^16.0.0",
"react-dom": "^16.0.0",
"style-loader": "^0.19.0",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
},

@@ -47,0 +49,0 @@ "eslintConfig": {

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