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

@cretezy/phc-scrypt

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cretezy/phc-scrypt - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

2

package.json
{
"version": "2.0.2",
"version": "2.0.3",
"name": "@cretezy/phc-scrypt",

@@ -4,0 +4,0 @@ "description": "Node.JS scrypt password hashing algorithm following the PHC string format",

@@ -94,3 +94,3 @@ <h1 align="center">

```bash
npm install --save @phc/scrypt
npm install --save @cretezy/phc-scrypt
```

@@ -103,3 +103,3 @@

```js
const scrypt = require('@phc/scrypt');
const scrypt = require('@cretezy/phc-scrypt');

@@ -106,0 +106,0 @@ // Hash and verify with scrypt and default configs

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