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

@therms/web-js

Package Overview
Dependencies
Maintainers
4
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@therms/web-js - npm Package Compare versions

Comparing version

to
2.10.0

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# [2.10.0](http://bitbucket.org/thermsio/web-js/compare/v2.9.3...v2.10.0) (2023-04-26)
### Features
* **CORE-1959:** Refactored humanizeMinutes tests ([1c9a5c4](http://bitbucket.org/thermsio/web-js/commits/1c9a5c4cab35c824d5396de1d104d72c591e7fbd))
* **CORE-1959:** Refactored humanizeMinutes to default to shortened description ([0cdc281](http://bitbucket.org/thermsio/web-js/commits/0cdc281dba25e821a098abd6f05d9cefbf807672))
* **CORE-1959:** Shortened 'detailed' days to return days & hours. Added final else for 'detailed' check to return hours &/or minutes. ([c369b37](http://bitbucket.org/thermsio/web-js/commits/c369b379e0b8a7bd2f3118a4e7c7b65d5b986b57))
## [2.9.3](http://bitbucket.org/thermsio/web-js/compare/v2.9.2...v2.9.3) (2023-04-05)

@@ -2,0 +11,0 @@

4

dist/cjs.d.ts

@@ -506,3 +506,5 @@ import { CookieAttributes } from "js-cookie";

declare function getNumberWithOrdinal(n: number): string;
declare function humanizeMinutes(_min: string | number): string;
declare function humanizeMinutes(_min: string | number, ops?: {
detailed?: boolean;
}): string;
declare const humanizeMillis: (millis: number) => string;

@@ -509,0 +511,0 @@ declare const roundToNearestMin: (date: number | string) => string;

@@ -506,3 +506,5 @@ import { CookieAttributes } from "js-cookie";

declare function getNumberWithOrdinal(n: number): string;
declare function humanizeMinutes(_min: string | number): string;
declare function humanizeMinutes(_min: string | number, ops?: {
detailed?: boolean;
}): string;
declare const humanizeMillis: (millis: number) => string;

@@ -509,0 +511,0 @@ declare const roundToNearestMin: (date: number | string) => string;

{
"license": "UNLICENSED",
"name": "@therms/web-js",
"version": "2.9.3",
"version": "2.10.0",
"description": "Common web/JS tools & utilities",

@@ -6,0 +6,0 @@ "main": "./dist/cjs.js",

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