argon2-wasm-esm
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -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)) { |
{ | ||
"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 @@ }, |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
87661
1132