Socket
Socket
Sign inDemoInstall

date-holidays

Package Overview
Dependencies
Maintainers
1
Versions
158
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

date-holidays - npm Package Compare versions

Comparing version 3.23.10 to 3.23.11

22

package.json
{
"name": "date-holidays",
"version": "3.23.10",
"version": "3.23.11",
"description": "worldwide holidays",

@@ -75,2 +75,3 @@ "keywords": [

"John-Olav Storvold <johsto@knowit.no>",
"Jørgen Kalsnes Hagen <43886029+Snailedlt@users.noreply.github.com>",
"Joshua Rippon <joshuarippon1@gmail.com>",

@@ -161,4 +162,5 @@ "Jukka Lehtimäki <jukka.lehtimaki@atoz.fi>",

"scripts": {
"all": "npm-run-all clean yaml build lint test doc:tree doc:attrib webpack",
"build": "rollup -c",
"all": "npm-run-all clean build lint test doc:tree doc:attrib webpack",
"build": "npm-run-all yaml build:only",
"build:only": "rollup -c",
"changelog": "contributors && node scripts/gitlog.cjs",

@@ -231,6 +233,6 @@ "ci": "TEST_XXL=1 npm-run-all yaml build test",

"devDependencies": {
"@babel/cli": "^7.23.9",
"@babel/core": "^7.24.0",
"@babel/cli": "^7.24.1",
"@babel/core": "^7.24.4",
"@babel/polyfill": "^7.12.1",
"@babel/preset-env": "^7.24.0",
"@babel/preset-env": "^7.24.4",
"@commitlint/cli": "^18.6.1",

@@ -250,10 +252,10 @@ "@commitlint/config-conventional": "^18.6.3",

"markedpp": "^1.3.0",
"mocha": "^10.3.0",
"mocha": "^10.4.0",
"npm-run-all": "^4.1.5",
"rimraf": "^5.0.5",
"rollup": "^2.79.1",
"typescript": "^5.4.2",
"typescript": "^5.4.5",
"watch-run": "^1.2.5",
"webpack": "^5.90.3",
"webpack-bundle-analyzer": "^4.10.1",
"webpack": "^5.91.0",
"webpack-bundle-analyzer": "^4.10.2",
"webpack-cli": "^5.1.4"

@@ -260,0 +262,0 @@ },

@@ -12,3 +12,3 @@ declare module 'date-holidays' {

export type HolidayType = 'public' | 'bank' | 'optional' | 'school' | 'observance' | string;
export type HolidayType = 'public' | 'bank' | 'optional' | 'school' | 'observance';

@@ -15,0 +15,0 @@ export interface Options {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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