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

calendar-month-view

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calendar-month-view - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

15

example/index.js
var html = require('bel')
var css = require('sheetify')
function sourceLink(example) {
var href = `https://github.com/krazylek/calendar-month-view/tree/master/example/${example}/index.js`
return html`<p><a href="${href}">View sources</a></p>`
}
css('./page.css')

@@ -12,6 +17,15 @@

${require('./basic')()}
${sourceLink('basic')}
${require('./selection')()}
${sourceLink('selection')}
${require('./marks')()}
${sourceLink('marks')}
${require('./i18n')()}
${sourceLink('i18n')}
${require('./custom-container')()}
${sourceLink('custom-container')}

@@ -26,1 +40,2 @@ <footer>

document.body = render()

18

package.json
{
"name": "calendar-month-view",
"version": "1.0.0",
"version": "1.0.1",
"description": "Minimalistic and customizable html calendar month",

@@ -14,15 +14,15 @@ "main": "index.js",

"devDependencies": {
"browserify": "^14.4.0",
"create-html": "^3.1.0",
"d3-time-format": "^2.0.5",
"browserify": "^14.5.0",
"create-html": "^4.0.0",
"d3-time-format": "^2.1.0",
"jsdom-runner": "0.0.3",
"sheetify": "^6.1.0",
"tape": "^4.7.0",
"sheetify": "^6.2.0",
"tape": "^4.8.0",
"wzrd": "^1.5.0",
"yo-yoify": "^3.7.3"
"yo-yoify": "^4.0.0"
},
"dependencies": {
"bel": "^5.0.2",
"calendar-month-array": "^2.0.2"
"bel": "^5.1.5",
"calendar-month-array": "^2.0.3"
}
}
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