Socket
Socket
Sign inDemoInstall

@blueprintjs/datetime

Package Overview
Dependencies
Maintainers
1
Versions
253
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blueprintjs/datetime - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

4

package.json
{
"name": "@blueprintjs/datetime",
"version": "0.1.0",
"version": "1.0.0",
"description": "Blueprint components for interacting with dates and times",

@@ -9,3 +9,3 @@ "main": "dist/index.js",

"dependencies": {
"@blueprintjs/core": "^0.1.0",
"@blueprintjs/core": "^1.0.0",
"classnames": "^2.2",

@@ -12,0 +12,0 @@ "moment": "^2.14.1",

@@ -1,11 +0,22 @@

# blueprint-datetime
<img height="204" src="https://cloud.githubusercontent.com/assets/464822/20228152/d3f36dc2-a804-11e6-80ff-51ada2d13ea7.png">
A collection of Blueprint components for working with dates and times.
# [Blueprint](http://blueprintjs.com/) Date & Time Components
There are 3 components in this package:
- DatePicker
- DateRangePicker
- TimePicker
Blueprint is a React UI toolkit for the Web.
[react-day-picker](https://github.com/gpbl/react-day-picker) is a day picker control built with and for
ReactJS. We use this library internally for the calendar.
This package contains a collection of React components for working with dates and times.
Two third-party libraries are used in this package to ease the burden of time management:
- [Moment.js](http://momentjs.com/) is the de facto library for manipulating dates in JavaScript.
We use it for formatting dates as strings.
- [react-day-picker](http://react-day-picker.js.org/) is a solid React calendaring library.
We use it internally for the calendar and expose some parts of its API (particularly modifiers).
## Installation
```
npm install --save @blueprintjs/datetime
```
### [Full Documentation](http://blueprintjs.com/docs) | [Source Code](https://github.com/palantir/blueprint)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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