🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@morev/utils

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@morev/utils - npm Package Versions

234

3.13.1

Diff
m
morev
published 3.13.1 •

Changelog

Source

3.13.1 (2025-05-30)

Bug fixes

  • arrays: Add missed arrayRotate/arrayRotateMutable exports (9065793)
m
morev
published 3.13.0 •

Changelog

Source

3.13.0 (2025-05-30)

Features

  • arrays: Add arrayRotate and arrayRotateMutable utilities (b37a185)
  • objects: Add omitMutable utility (43fd07b)
m
morev
published 3.12.2 •

Changelog

Source

3.12.2 (2025-05-15)

Bug fixes

  • dates: Respect November within ISO RegExp (051cb90)

CI improvements

  • Use v4 version of some actions (685e10c)
m
morev
published 3.12.1 •

Changelog

Source

3.12.1 (2024-12-15)

No notable changes.

m
morev
published 3.11.1 •

Changelog

Source

3.11.1 (2024-06-14)

Tests

  • guards: Ensure isObject is false for File object (0f6a800)

Bug fixes

  • objects: Add File objects to resulting FormData as is (d055851)
m
morev
published 3.11.0 •

Changelog

Source

3.11.0 (2024-06-02)

Features

  • arrays: Add arraySwap utility (53def2a)
  • objects: Allow to pass plain object in formDataToObject utility (1b5d1a6)
  • ranges: Add rangesIntersection utility (aff384f)
  • types: Add new utility types exported from latest type-fest (c1975f4)

Bug fixes

  • ranges: Consider NaN value as input or a range edge (7e9b1a8)

Chores

  • Bump type-fest from 4.15.0 to 4.18.3 (214ba9e)

Refactoring

  • Avoid using more expensive mergeObjects if simple spread operator can be used (9aab13d)
  • Compare with undefined directly without calling typeof (4fcb57b)
  • Fix circular dependencies (4b675ae)
m
morev
published 3.10.0 •

Changelog

Source

3.10.0 (2024-04-30)

Features

m
morev
published 3.9.0 •

Changelog

Source

3.9.0 (2024-04-07)

Features

  • dom: Allow null as parent argument of get-element-offset utility (32b0bf2)
  • dom: Allow window as parent argument of get-element utility (59f5be0)
  • dom: Make getElement and getScrollableAncestor generic (49cbd03)
  • types: Add IfEmptyObject and SingleKeyObject types exported from type-fest (e98c481)

Chores

  • Bump type-fest from 4.14.0 to 4.15.0 (65bd1a7)

CI improvements

  • Add latest changelog entry to Github release (9336acb)
m
morev
published 3.8.0 •

Changelog

Source

3.8.0 (2024-03-24)

Features

  • math: Add lerp utility (57eeceb)
  • strings: Add stripIndent utility (f8bee7f)
  • types: Add new types from type-fest (a03ee9e)

Bug fixes

  • math: Add missed math exports (2111832)

Chores

  • Bump fast-copy from 3.0.1 to 3.0.2 (5787993)
  • Bump type-fest from 4.10.3 to 4.13.1 (cc2d09f)
  • Migrate from jest to vitest (2325013)

Refactoring

  • Remove some TS tweaks after updating typescript (5f97dd7)
  • types: Mark renamed type-fest types more explicitly (ba2cc9b)
  • types: Replace MathAdd and MathSubstract utility types with type-fest new alternative ones (485c20f)
m
morev
published 3.7.0 •

Changelog

Source

3.7.0 (2024-03-03)

Features

  • math: Add distance utility (9771845)
  • types: Add TupleOf utility type (ae07904)

Chores

  • bump type-fest from 4.10.2 to 4.10.3 (#150) (949295c)

Bug fixes

  • dates: Include formatDate JSDoc in the resulting .d.ts files (e066c4f)
  • types: Correct type for isObject and isPlainObject (2ba3c9f)