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

fmrs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fmrs

filters/finds, maps, reduces, and sorts

1.0.1
Source
npm
Version published
Weekly downloads
1.6K
-9.77%
Maintainers
1
Weekly downloads
 
Created
Source

filter/find, map, reduce, sort

CI/CD version downloads

fmrs is a collection of utility functions that filter/find, map, reduce, and sort JavaScript primitives and built-ins between each other.

For example:

  • Mapping the boolean true to a string would be 'true'.
  • Reducing the entries [['key', 'value']] to a record would be { key: 'value' }.
  • Sorting the values 1 and 2 would be -1.

Filters and finders

  • number
  • string

Mappers

fromto
entriesRecord ({})
Mapentries
MapRecord ({})
unknownindex
unknownstring

Reducers

fromto
entriesRecord ({})

Sorters

  • arrays (by index)
  • number
  • string
  • unknown

FAQs

Package last updated on 12 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts