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

hpr

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hpr - npm Package Compare versions

Comparing version

to
0.0.19

2

package.json
{
"name": "hpr",
"description": "A collection of utility functions to manipulate values and data.",
"version": "0.0.18",
"version": "0.0.19",
"keywords": [

@@ -6,0 +6,0 @@ "util",

@@ -17,4 +17,5 @@ <div align="center">

| [Arr](#arr---array-utilities)
| [Obj](#obj---object-utilities)
| [Util](#util---other-utilities)
| [Collection](#collection---object-collection)
| [Collection](#collection---array-of-objects)

@@ -57,2 +58,8 @@ ## Why Choose hpr?

## `Obj` - Object Utilities
📚 See **[Obj API](docs/OBJ.md)** - All methods with examples and type definitions.
---
## `Util` - Other Utilities

@@ -64,4 +71,4 @@

## `Collection` - Object Collection
## `Collection` - Array of Objects
📚 See **[Collection API](docs/COLLECTION.md)** - All methods with examples and type definitions.