Socket
Socket
Sign inDemoInstall

@mcaptcha/pow-wasm

Package Overview
Dependencies
0
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0-rc1 to 0.1.0-rc2

2

package.json

@@ -7,3 +7,3 @@ {

"description": "WASM port of the proof-of-work library used in mCaptcha ",
"version": "0.1.0-rc1",
"version": "0.1.0-rc2",
"license": "MIT OR Apache-2.0",

@@ -10,0 +10,0 @@ "repository": {

@@ -225,4 +225,4 @@ let wasm;

export function __wbindgen_bigint_from_u128(arg0, arg1) {
const ret = BigInt.asUintN(64, arg0) << BigInt(64) | BigInt.asUintN(64, arg1);
export function __wbindgen_bigint_from_u64(arg0) {
const ret = BigInt.asUintN(64, arg0);
return addHeapObject(ret);

@@ -229,0 +229,0 @@ };

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc