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

swedish-holidays

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swedish-holidays - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

4

dist/date-utils.js

@@ -27,2 +27,6 @@ "use strict";

const d = new Date(date);
d.setMilliseconds(0);
d.setSeconds(0);
d.setMinutes(0);
d.setHours(0);
d.setMinutes(-d.getTimezoneOffset());

@@ -29,0 +33,0 @@ return d;

2

package.json
{
"name": "swedish-holidays",
"version": "1.1.1",
"version": "1.1.2",
"description": "Library for calculating the date of all swedish holidays for any given year.",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

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