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

reactcalendar

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactcalendar - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "reactcalendar",
"version": "0.0.6",
"version": "0.0.7",
"description": "Calendar Library built with React",

@@ -5,0 +5,0 @@ "main": "./lib",

@@ -8,13 +8,13 @@ # React Calendar

```
var Calendar = require('reactcalendar');
var React = require('react');
var React = require("react"),
Calendar = require("reactcalendar");
var events = [ {start: 30, end: 150, title: 'Breakfast with Sarah', location: 'Test123'},
{start: 540, end: 600, title: 'Meeting with John', location: 'Sample Text'},
{start: 560, end: 620, title: 'React Meetup', location: 'Placeholder text'},
{start: 610, end: 670, title: 'Assignment Due', location: 'Something ABC'} ];
var events = [ {start: 30, end: 150, title: "Breakfast with Sarah", location: "Test123"},
{start: 540, end: 600, title: "Meeting with John", location: "Sample Text"},
{start: 560, end: 620, title: "React Meetup", location: "Placeholder text"},
{start: 610, end: 670, title: "Assignment Due", location: "Something ABC"} ];
React.render(
<Calendar events={events}/>,
document.getElementById('day-wrapper')
document.getElementById("day-wrapper")
);

@@ -21,0 +21,0 @@ ```

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