react-daypicker
Advanced tools
Comparing version 3.0.8 to 3.0.9
@@ -24,2 +24,4 @@ "use strict"; | ||
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } | ||
function _inherits(subClass, superClass) { if (typeof superClass !== "function" && superClass !== null) { throw new TypeError("Super expression must either be null or a function"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); } | ||
@@ -29,4 +31,2 @@ | ||
function _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError("this hasn't been initialised - super() hasn't been called"); } return self; } | ||
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; } | ||
@@ -50,3 +50,3 @@ | ||
_defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), "previousMonth", function () { | ||
_defineProperty(_assertThisInitialized(_this), "previousMonth", function () { | ||
var _this$state = _this.state, | ||
@@ -62,3 +62,3 @@ month = _this$state.month, | ||
_defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), "nextMonth", function () { | ||
_defineProperty(_assertThisInitialized(_this), "nextMonth", function () { | ||
var _this$state2 = _this.state, | ||
@@ -74,3 +74,3 @@ month = _this$state2.month, | ||
_defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), "onDayClick", function (day) { | ||
_defineProperty(_assertThisInitialized(_this), "onDayClick", function (day) { | ||
return function () { | ||
@@ -83,3 +83,3 @@ if (day) { | ||
_defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), "renderDay", function (day, index) { | ||
_defineProperty(_assertThisInitialized(_this), "renderDay", function (day, index) { | ||
var _this$state3 = _this.state, | ||
@@ -102,3 +102,3 @@ date = _this$state3.date, | ||
_defineProperty(_assertThisInitialized(_assertThisInitialized(_this)), "renderWeek", function (days, index) { | ||
_defineProperty(_assertThisInitialized(_this), "renderWeek", function (days, index) { | ||
var _this$state4 = _this.state, | ||
@@ -105,0 +105,0 @@ month = _this$state4.month, |
{ | ||
"name": "react-daypicker", | ||
"version": "3.0.8", | ||
"version": "3.0.9", | ||
"description": "A simple datepicker inspired by Pikaday.", | ||
@@ -21,14 +21,14 @@ "main": "lib/DayPicker.js", | ||
"devDependencies": { | ||
"@babel/cli": "^7.0.0", | ||
"@babel/core": "^7.0.0", | ||
"@babel/plugin-proposal-class-properties": "^7.0.0", | ||
"@babel/plugin-transform-react-jsx": "^7.0.0", | ||
"@babel/preset-env": "^7.0.0", | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@babel/plugin-proposal-class-properties": "^7.4.4", | ||
"@babel/plugin-transform-react-jsx": "^7.3.0", | ||
"@babel/preset-env": "^7.4.5", | ||
"@babel/preset-react": "7.0.0", | ||
"@storybook/addon-actions": "4.1.3", | ||
"@storybook/addon-links": "4.1.3", | ||
"@storybook/react": "4.1.3", | ||
"@storybook/addon-actions": "5.0.11", | ||
"@storybook/addon-links": "5.0.11", | ||
"@storybook/react": "5.0.11", | ||
"@storybook/storybook-deployer": "2.8.1", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.21", | ||
"node-sass": "^4.11.0", | ||
"babel-plugin-transform-react-remove-prop-types": "0.4.24", | ||
"node-sass": "^4.12.0", | ||
"sass-loader": "7.1.0" | ||
@@ -35,0 +35,0 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
67407