New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-pikaday

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pikaday - npm Package Versions

0.5.1

Diff

joefiorini
published 0.5.0 •

tboyt
published 0.4.1 •

Changelog

Source

v0.4.1 (Apr 8 2016)

  • Allow React 15.x as a peer dependency
tboyt
published 0.4.0 •

Changelog

Source

v0.4.0 (Mar 1, 2016)

  • [Breaking] react-pikaday now uses ES6 modules through Babel. If you use ES6 modules, you shouldn't have to change anything. If you use CommonJS, you'll now need to import react-pikaday like so:
// before
var Pikaday = require('react-pikaday');

//after
var Pikaday = require('react-pikaday').default;
  • react-pikaday now uses a peer dependency for React, preventing duplicate copies of React from being installed (#13)
  • react-pikaday no longer uses the long-deprecated getDOMNode() API (#14)
tboyt
published 0.3.2 •

tboyt
published 0.3.1 •

Changelog

Source

v0.3.1 (Jul 14, 2015)

  • The version of react-pikaday on NPM is now prebuilt through Babel and no longer requires a build step. Sorry for the delay on this!
tboyt
published 0.3.0 •

tboyt
published 0.2.0 •

Changelog

Source

v0.2.0 (Mar 12, 2015)

  • Potentially breaking change for some: removed the /** @jsx React.DOM */ pragma, which has been deprecated since React 0.12 and now fails to compile in Babel (thanks @jaseemabid)
  • Clear input manually to avoid relying on Pikaday fork (thanks @jgable)
  • Add browserify support (thanks @srlindemann)
tboyt
published 0.1.0 •

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