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

@railgun-community/poseidon-hash-wasm

Package Overview
Dependencies
Maintainers
5
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@railgun-community/poseidon-hash-wasm - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

package.json
{
"name": "@railgun-community/poseidon-hash-wasm",
"version": "1.0.1",
"version": "1.0.2",
"description": "Poseidon hash compiled from Rust to WASM",

@@ -5,0 +5,0 @@ "author": "RAILGUN Contributors",

@@ -70,2 +70,3 @@ let imports = {};

offset += ret.written;
ptr = realloc(ptr, len, offset, 1) >>> 0;
}

@@ -187,3 +188,3 @@

module.exports.__wbg_get_44be0491f933a435 = function(arg0, arg1) {
module.exports.__wbg_get_bd8e338fbd5f5cc8 = function(arg0, arg1) {
const ret = getObject(arg0)[arg1 >>> 0];

@@ -193,3 +194,3 @@ return addHeapObject(ret);

module.exports.__wbg_length_fff51ee6522a1a18 = function(arg0) {
module.exports.__wbg_length_cd7af8117672b8b8 = function(arg0) {
const ret = getObject(arg0).length;

@@ -196,0 +197,0 @@ return ret;

@@ -67,2 +67,3 @@ let wasm;

offset += ret.written;
ptr = realloc(ptr, len, offset, 1) >>> 0;
}

@@ -213,7 +214,7 @@

};
imports.wbg.__wbg_get_44be0491f933a435 = function(arg0, arg1) {
imports.wbg.__wbg_get_bd8e338fbd5f5cc8 = function(arg0, arg1) {
const ret = getObject(arg0)[arg1 >>> 0];
return addHeapObject(ret);
};
imports.wbg.__wbg_length_fff51ee6522a1a18 = function(arg0) {
imports.wbg.__wbg_length_cd7af8117672b8b8 = function(arg0) {
const ret = getObject(arg0).length;

@@ -220,0 +221,0 @@ return ret;

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