New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bodar/totallylazy

Package Overview
Dependencies
Maintainers
2
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bodar/totallylazy - npm Package Compare versions

Comparing version 0.454.296 to 0.455.297

4

dates/parsing.js

@@ -178,5 +178,7 @@ "use strict";

}
// Dates repeat every 5,6 or 11 years so we choose a 12 year range
// Then start with today's date (0) and alternate between the future (+1) and the past (-1)
candidates(month, day) {
const now = Days.startOf(this.clock.now());
return collections_1.array(sequence_1.range(0, 5), transducers_1.zip(sequence_1.range(-1, -5)), transducers_1.flatMap(a => a), parsing_1.mapIgnoreError(inc => index_1.date(index_1.yearOf(now) + inc, month, day)));
return collections_1.array(sequence_1.range(0, -6), transducers_1.zip(sequence_1.range(1, 6)), transducers_1.flatMap(a => a), parsing_1.mapIgnoreError(inc => index_1.date(index_1.yearOf(now) + inc, month, day)));
}

@@ -183,0 +185,0 @@ }

{
"name": "@bodar/totallylazy",
"version": "0.454.296",
"version": "0.455.297",
"description": "Totallylazy",

@@ -5,0 +5,0 @@ "repository": "git@github.com:bodar/totallylazy.js.git",

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