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

@rocketmakers/armstrong

Package Overview
Dependencies
Maintainers
4
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rocketmakers/armstrong - npm Package Compare versions

Comparing version

to
0.0.1-alpha.59

2

dist/hooks/useCalendar.js

@@ -37,3 +37,3 @@ "use strict";

var previousMonth = React.useCallback(function () {
if (!calendarUtils_1.calendarUtils.date.fallsWithinRange(state.previousSeed, calendarUtils_1.calendarUtils.date.startOf(minDate, "month"), undefined)) {
if (minDate && !calendarUtils_1.calendarUtils.date.fallsWithinRange(state.previousSeed, calendarUtils_1.calendarUtils.date.startOf(minDate, "month"), undefined)) {
return;

@@ -40,0 +40,0 @@ }

{
"name": "@rocketmakers/armstrong",
"version": "0.0.1-alpha.58",
"version": "0.0.1-alpha.59",
"description": "Rocketmakers Armstrong library of React components",

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