Socket
Socket
Sign inDemoInstall

react-day-picker

Package Overview
Dependencies
Maintainers
1
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-day-picker - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

DayPicker.js
"use strict";
module.exports = require("./lib/DayPicker");
module.exports.DateUtils = require("./lib/DateUtils");
module.exports.LocaleUtils = require("./lib/LocaleUtils");
"use strict";
module.exports = require("./lib/addons/MomentLocaleUtils");
module.exports.localeUtils = require("./lib/addons/MomentLocaleUtils");

11

package.json
{
"name": "react-day-picker",
"version": "1.1.3",
"version": "1.1.4",
"description": "Flexible date picker component for React",
"main": "DayPicker.js",
"directories": {
"doc": "docs"
},
"scripts": {

@@ -20,4 +23,6 @@ "clean": "rimraf lib coverage dist",

"docs:prepare": "gitbook install",
"docs:build": "npm run docs:prepare && gitbook build . _site",
"docs:watch": "npm run docs:prepare && gitbook serve"
"docs:build": "npm run docs:prepare && gitbook build",
"docs:watch": "npm run docs:prepare && gitbook serve",
"docs:publish": "npm run docs:build && cd examples && npm run build && cd .. && rimraf _book/examples && mv examples/built _book/examples && cd _book && git init && git commit --allow-empty -m 'Update docs and examples' && git checkout -b gh-pages && touch .nojekyll && git add . && git commit -am 'Update docs and examples' && git push git@github.com:gpbl/react-day-picker gh-pages --force"
},

@@ -24,0 +29,0 @@ "repository": {

@@ -34,3 +34,3 @@ react-day-picker

Install via npm
**Install via npm**

@@ -37,0 +37,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