Socket
Socket
Sign inDemoInstall

pedash

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pedash - npm Package Compare versions

Comparing version 0.0.10 to 0.1.0

4

index.js

@@ -55,1 +55,5 @@ module.exports.getCharCountsByKey = function(arr) {

};
module.exports.shuffle = function(arr) {
return arr.slice().sort(() => Math.random() - 0.5);
};

2

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

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

@@ -64,1 +64,7 @@ ## Pedash 🌶

```
#### shuffle(arr: any[])
```
// Example
```
SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc