react-datetime
Advanced tools
Comparing version 1.2.0 to 1.2.1
Changelog | ||
========= | ||
## 1.2.1 | ||
* Removed classlist-polyfill so the component can be used in the server side. | ||
## 1.1.1 | ||
@@ -4,0 +8,0 @@ * Updates react-onclickoutside dependency to avoid the bug https://github.com/Pomax/react-onclickoutside/issues/20 |
/* | ||
react-datetime v1.2.0 | ||
react-datetime v1.2.1 | ||
https://github.com/arqex/react-datetime | ||
@@ -4,0 +4,0 @@ MIT: https://github.com/arqex/react-datetime/raw/master/LICENSE |
/* | ||
react-datetime v1.2.0 | ||
react-datetime v1.2.1 | ||
https://github.com/arqex/react-datetime | ||
@@ -4,0 +4,0 @@ MIT: https://github.com/arqex/react-datetime/raw/master/LICENSE |
{ | ||
"name": "react-datetime", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "A lightweight but complete datetime picker React.js component.", | ||
@@ -42,5 +42,5 @@ "homepage": "https://github.com/arqex/react-datetime", | ||
"dependencies": { | ||
"classlist-polyfill": "^1.0.1", | ||
"object-assign": "^3.0.0", | ||
"react-onclickoutside": "^0.3.1" | ||
} | ||
} |
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
100390
+ Addedobject-assign@^3.0.0
+ Addedobject-assign@3.0.0(transitive)
- Removedclasslist-polyfill@^1.0.1
- Removedclasslist-polyfill@1.2.0(transitive)