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

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.40.0-alpha.1 to 0.40.0-alpha.2

argon2.cjs

16

package.json
{
"name": "argon2",
"version": "0.40.0-alpha.1",
"version": "0.40.0-alpha.2",
"description": "An Argon2 library for Node",

@@ -22,9 +22,9 @@ "keywords": [

"author": "Ranieri Althoff <ranisalt+argon2@gmail.com>",
"type": "module",
"main": "argon2.mjs",
"types": "argon2.d.ts",
"type": "commonjs",
"main": "argon2.cjs",
"types": "argon2.d.cts",
"files": [
"argon2_node.cpp",
"argon2.d.ts",
"argon2.d.ts.map",
"argon2.d.cts",
"argon2.d.cts.map",
"binding.gyp",

@@ -53,7 +53,7 @@ "argon2/CHANGELOG.md",

"build": "prebuildify --napi --strip --tag-armv --tag-libc",
"format": "prettier --write \"*.{json,mjs}\"",
"format": "prettier --write \"*.{cjs,json}\"",
"install": "node-gyp-build",
"prepack": "yarn prepare",
"prepare": "tsc",
"test": "node --test test.mjs"
"test": "node --test test.cjs"
},

@@ -60,0 +60,0 @@ "dependencies": {

Sorry, the diff of this file is not supported yet

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