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

@zach.codes/react-calendar

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zach.codes/react-calendar - npm Package Compare versions

Comparing version 0.3.0-beta to 0.3.0

2

package.json
{
"version": "0.3.0-beta",
"version": "0.3.0",
"license": "MIT",

@@ -4,0 +4,0 @@ "name": "@zach.codes/react-calendar",

@@ -91,2 +91,10 @@ # React Calendar

If you already have a CSS reset in your app, you can import from:
```js
import '@zach.codes/react-calendar/dist/calendar-tailwind-no-reset.css';
```
But some styles may not look the same as storybook. You can take the resets you want from the main file and put them into your app to get the styling you prefer.
## MonthlyCalendar

@@ -93,0 +101,0 @@

@@ -1,4 +0,1 @@

console.log(process.env.INIT_CWD);
console.log(__dirname);
let localDir = __dirname;

@@ -5,0 +2,0 @@ let installedDir = process.env.INIT_CWD;

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