Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

upash

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

upash - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "upash",
"version": "1.0.1",
"version": "1.0.2",
"description": "Unified API for password hashing algorithms",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -102,2 +102,5 @@ <p align="center">

Do you believe that this is useful? Has it saved you time? Or maybe you simply like it?
If so, [support my work with a Star ⭐️][start].
## Usage

@@ -125,3 +128,3 @@ The upash solution is straight-forward but it is important to follow all the

```js
const upash = require('@upash');
const upash = require('upash');

@@ -147,3 +150,3 @@ // Install the algorithm of your choice.

```js
const upash = require('@upash');
const upash = require('upash');

@@ -150,0 +153,0 @@ // Install the algorithms of your choice.

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