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

react-timepicker

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-timepicker - npm Package Compare versions

Comparing version 1.0.1 to 1.0.4

package.js

2

package.json

@@ -7,3 +7,3 @@ {

"version": "1.0.1",
"version": "1.0.4",
"description": "React timepicker in Android KitKat style",

@@ -10,0 +10,0 @@

@@ -5,3 +5,3 @@ # react-timepicker

### [Demo][]
![Timepicker](timepicker.png)
![Timepicker](https://raw.githubusercontent.com/radekmie/react-timepicker/master/timepicker.png)

@@ -22,3 +22,3 @@ ### Dependencies

```sh
meteor add universe:react-clock-picker
meteor add universe:react-timepicker
```

@@ -25,0 +25,0 @@

@@ -498,4 +498,11 @@ 'use strict';

module.exports = Timepicker;
} else {
this.Timepicker = Timepicker;
} else if (typeof System !== 'undefined') {
System.set(
System.normalizeSync('{universe:react-timepicker}'),
System.newModule({ Timepicker: Timepicker, default: Timepicker })
);
} else if (typeof Meteor === 'object') {
_TimePicker = TimePicker;
} else if (typeof window === 'object') {
window.Timepicker = Timepicker;
}

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