Socket
Socket
Sign inDemoInstall

argon2

Package Overview
Dependencies
Maintainers
1
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

argon2 - npm Package Compare versions

Comparing version 0.17.3 to 0.18.0

argon2.d.ts

12

package.json
{
"name": "argon2",
"version": "0.17.3",
"version": "0.18.0",
"description": "An Argon2 library for Node",
"main": "index.js",
"types": "index.d.ts",
"main": "argon2.js",
"types": "argon2.d.ts",
"scripts": {
"benchmark": "node benchmark.js",
"benchmark": "node test/benchmark.js",
"clean": "node-gyp clean && rm -rf coverage .nyc_output",
"lint": "standard --verbose | snazzy",
"test": "tsc -p . && node test-d.js && nyc --reporter=lcov jest"
"test": "tsc -p . && node test/test-d.js && nyc --reporter=lcov jest"
},

@@ -33,3 +33,3 @@ "repository": {

"bindings": "^1.2.1",
"nan": "^2.4.0"
"nan": "^2.10.0"
},

@@ -36,0 +36,0 @@ "devDependencies": {

@@ -87,3 +87,3 @@ # node-argon2

as the third parameter, with keys `timeCost`, `memoryCost` and `parallelism`,
respectively defaulted to 3, 12 (meaning 2^12 KB) and 1 (threads):
respectively defaulted to 3, 12 (meaning 2^12 KiB) and 1 (threads):
```js

@@ -90,0 +90,0 @@ const options = {

Sorry, the diff of this file is not supported yet

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