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

react-daypicker

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-daypicker - npm Package Compare versions

Comparing version 3.0.7 to 3.0.8

.storybook/.babelrc

15

package.json
{
"name": "react-daypicker",
"version": "3.0.7",
"version": "3.0.8",
"description": "A simple datepicker inspired by Pikaday.",

@@ -27,4 +27,9 @@ "main": "lib/DayPicker.js",

"@babel/preset-react": "7.0.0",
"@storybook/addon-actions": "4.1.3",
"@storybook/addon-links": "4.1.3",
"@storybook/react": "4.1.3",
"@storybook/storybook-deployer": "2.8.1",
"babel-plugin-transform-react-remove-prop-types": "0.4.21",
"node-sass": "^4.11.0"
"node-sass": "^4.11.0",
"sass-loader": "7.1.0"
},

@@ -46,5 +51,7 @@ "repository": {

"build": "babel src -d lib && ./node_modules/node-sass/bin/node-sass src/DayPicker.scss > lib/DayPicker.css",
"watch": "babel -w src -d lib",
"test": "echo \"Error: no test specified\" && exit 1"
"deploy-storybook": "storybook-to-ghpages",
"storybook": "start-storybook -p 6006",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "babel -w src -d lib"
}
}

@@ -14,2 +14,4 @@ # react-daypicker

Try it yourself at the [Storybook](http://blog.cymen.org/react-daypicker).
## Version 3 is a breaking change

@@ -16,0 +18,0 @@

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