Socket
Socket
Sign inDemoInstall

pedash

Package Overview
Dependencies
0
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.12 to 0.1.13

2

package.json
{
"name": "pedash",
"version": "0.1.12",
"version": "0.1.13",
"description": "A lodash-like javascript helper -- for dummies",

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

@@ -85,3 +85,8 @@ ## Pedash 🌶

console.log(groupByKey(valObj, "name"))
// {}
// {
// Glenn: { id: 1, name: "Glenn", age: 56 },
// Abi: { id: 2, name: "Abi", age: 17 },
// Batugana: { id: 3, name: "Batugana", age: 26 },
// Zulu: { id: 4, name: "Zulu", age: 45 }
// }
```

@@ -88,0 +93,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc