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

scrypt-async-modern

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scrypt-async-modern - npm Package Compare versions

Comparing version 3.0.10 to 3.0.11

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 3.0.11 - 2019-01-05
- Fix overloading
## 3.0.10 - 2019-01-05

@@ -2,0 +6,0 @@

2

dist/index.d.ts

@@ -49,3 +49,3 @@ /*!

export default function scrypt(password: any, salt: any, options?: IScryptBaseOptions & {
encoding?: null | unknown;
encoding?: null;
}): Promise<number[]>;

@@ -52,0 +52,0 @@ export default function scrypt(password: any, salt: any, options?: IScryptBaseOptions & {

{
"name": "scrypt-async-modern",
"version": "3.0.10",
"version": "3.0.11",
"description": "Fast \"async\" scrypt implementation in modern JavaScript.",

@@ -5,0 +5,0 @@ "keywords": [

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