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

react-datetime

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-datetime - npm Package Compare versions

Comparing version 2.7.2 to 2.7.3

3

CHANGELOG.md
Changelog
=========
## 2.7.3
* When updating `moment` to `2.16.0` something broke, hopefully by updating all `react` prefixed dependencies to `15.4.0` and changing the syntax in the dependency object a bit will resolve this issue.
## 2.7.2

@@ -4,0 +7,0 @@ * Bug fix: When setting `locale` and entering month view mode the component would sometimes freeze, depending on the locale. This has now been fixed.

2

dist/react-datetime.js
/*
react-datetime v2.7.2
react-datetime v2.7.3
https://github.com/arqex/react-datetime

@@ -4,0 +4,0 @@ MIT: https://github.com/arqex/react-datetime/raw/master/LICENSE

/*
react-datetime v2.7.2
react-datetime v2.7.3
https://github.com/arqex/react-datetime

@@ -4,0 +4,0 @@ MIT: https://github.com/arqex/react-datetime/raw/master/LICENSE

{
"name": "react-datetime",
"version": "2.7.2",
"version": "2.7.3",
"description": "A lightweight but complete datetime picker React.js component.",

@@ -38,5 +38,5 @@ "homepage": "https://github.com/arqex/react-datetime",

"peerDependencies": {
"react": ">=0.13",
"react-dom": ">=0.13",
"moment": ">=2.16.0"
"react": "^15.4.0",
"react-dom": "^15.4.0",
"moment": "^2.16.0"
},

@@ -51,7 +51,7 @@ "devDependencies": {

"mocha": "^2.2.5",
"moment": ">=2.16.0",
"moment": "^2.16.0",
"pre-commit": "^1.1.3",
"react": ">=0.13",
"react-addons-test-utils": ">=0.13",
"react-dom": ">=0.13",
"react": "^15.4.0",
"react-addons-test-utils": "^15.4.0",
"react-dom": "^15.4.0",
"react-tools": "^0.13.2",

@@ -58,0 +58,0 @@ "webpack": "^1.5.1",

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