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

argon2-wasm-esm

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

argon2-wasm-esm - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

3

lib/dist/argon2.js

@@ -40,5 +40,2 @@ import loadModule from './sources.js';

Module["arguments"] = process["argv"].slice(2);
if (typeof module !== "undefined") {
module["exports"] = Module
}
process["on"]("uncaughtException", function (ex) {

@@ -45,0 +42,0 @@ if (!(ex instanceof ExitStatus)) {

4

package.json
{
"name": "argon2-wasm-esm",
"version": "1.0.1",
"version": "1.0.2",
"description": "Argon2 ESM for browser",

@@ -25,4 +25,4 @@ "main": "lib/argon2.js",

"assert": "^2.0.0",
"eslint": "^6.3.0",
"webpack": "^4.38.0",
"eslint": "^6.3.0",
"webpack-cli": "^3.3.6"

@@ -29,0 +29,0 @@ },

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