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

calendario

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

calendario - npm Package Compare versions

Comparing version 1.1.0 to 1.1.3

.coveralls.yml

4

docs/PT-BR.md

@@ -181,2 +181,6 @@ # calendario

## Changelog
Veja o [Changelog](docs/changelog/changelog.md) para mais detalhes.
## Contribuindo

@@ -183,0 +187,0 @@

14

package.json
{
"name": "calendario",
"version": "1.1.0",
"version": "1.1.3",
"description": "Check if a day is a workday or holiday",
"main": "index.js",
"scripts": {
"test": "make test"
"test": "make test",
"coverage": "./node_modules/.bin/istanbul cover node_modules/mocha/bin/_mocha -- --recursive",
"ci": "npm run-script coverage && node ./node_modules/coveralls/bin/coveralls.js < coverage/lcov.info"
},

@@ -14,3 +16,7 @@ "repository": {

"keywords": [
"calendar", "holidays", "workdays", "ics", "ical"
"calendar",
"holidays",
"workdays",
"ics",
"ical"
],

@@ -24,2 +30,4 @@ "author": "Raphael Amorim",

"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.14",
"mocha": "^2.2.1"

@@ -26,0 +34,0 @@ },

@@ -7,2 +7,3 @@ # calendario

[![Build Status](https://api.travis-ci.org/raphamorim/calendario.svg)](https://travis-ci.org/raphamorim/calendario)
[![Coverage Status](https://coveralls.io/repos/raphamorim/calendario/badge.svg?branch=master)](https://coveralls.io/r/raphamorim/calendario?branch=master)

@@ -185,2 +186,7 @@ Available too: [brazilian portuguese](docs/PT-BR.md).

## History
See [Changelog](docs/changelog/changelog.md) for more details.
## Contributing

@@ -187,0 +193,0 @@

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