tt-react-calendar
Advanced tools
Comparing version 1.5.8 to 1.5.9
import _range from 'lodash/range'; | ||
import React, { PropTypes } from 'react'; | ||
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
@@ -4,0 +5,0 @@ import classNames from 'classnames'; |
@@ -9,3 +9,4 @@ import _map from 'lodash/fp/map'; | ||
import React, { PropTypes } from 'react'; | ||
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
@@ -12,0 +13,0 @@ import moment from 'moment'; |
@@ -10,3 +10,4 @@ import _head from 'lodash/fp/head'; | ||
import _memoize from 'lodash/memoize'; | ||
import React, { PropTypes } from 'react'; | ||
import React from 'react'; | ||
import PropTypes from 'prop-types'; | ||
@@ -13,0 +14,0 @@ import moment from 'moment'; |
import moment from 'moment'; | ||
import { PropTypes } from 'react'; | ||
import PropTypes from 'prop-types'; | ||
@@ -4,0 +4,0 @@ /** |
{ | ||
"name": "tt-react-calendar", | ||
"version": "1.5.8", | ||
"version": "1.5.9", | ||
"description": "A React calendar component with as few frills as humanly possible", | ||
@@ -12,14 +12,16 @@ "main": "dist/", | ||
"scripts": { | ||
"test": "NODE_ENV=test ava", | ||
"test:coverage": "NODE_ENV=test:coverage nyc -s ava", | ||
"build:example": "webpack --config ./example/webpack.prod.js", | ||
"coverage": "nyc report", | ||
"coveralls": "nyc report --reporter=text-lcov | coveralls", | ||
"dist": "webpack --env dist && postcss src/styles.css -o dist/styles.css", | ||
"dist:all": "npm run dist:modules && npm run dist:min", | ||
"dist": "webpack --env dist && postcss src/styles.css -o dist/styles.css", | ||
"dist:min": "webpack --env dist:min && POSTCSS_MIN=true postcss src/styles.css -o dist/styles.css", | ||
"dist:modules": "rimraf ./dist-modules && postcss src/styles.css -o dist-modules/styles.css && babel ./src --out-dir ./dist-modules", | ||
"lint": "npm run lint:js && npm run lint:css", | ||
"lint:css": "stylelint src/**/*.css", | ||
"lint:js": "eslint src", | ||
"lint:css": "stylelint src/**/*.css", | ||
"prepublish": "npm run dist:all" | ||
"prepublish": "npm run dist:all", | ||
"start": "webpack-dev-server --hot --inline --config ./example/webpack.config.js", | ||
"test": "NODE_ENV=test ava", | ||
"test:coverage": "NODE_ENV=test:coverage nyc -s ava" | ||
}, | ||
@@ -80,6 +82,8 @@ "ava": { | ||
"sinon": "^2.1.0", | ||
"style-loader": "^0.18.2", | ||
"stylelint": "^7.10.1", | ||
"stylelint-config-standard": "^16.0.0", | ||
"tap-xunit": "^1.7.0", | ||
"webpack": "^2.3.2" | ||
"webpack": "^2.3.2", | ||
"webpack-dev-server": "^2.5.0" | ||
}, | ||
@@ -90,4 +94,4 @@ "dependencies": { | ||
"react": "15.x", | ||
"react-dom": "15.x" | ||
"react-dom": "^15.6.1" | ||
} | ||
} |
@@ -14,2 +14,5 @@ # TT React Calendar | ||
## Example | ||
View a working example [here](https://todaytix.github.io/tt-react-calendar/example/dist/). | ||
## Installation | ||
@@ -16,0 +19,0 @@ |
Sorry, the diff of this file is too big to display
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
95105
436
141
37
Updatedreact-dom@^15.6.1