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

@waves/ride-js

Package Overview
Dependencies
Maintainers
17
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves/ride-js - npm Package Compare versions

Comparing version 1.1.0-beta.9 to 1.1.0-beta.10

4

package.json
{
"name": "@waves/ride-js",
"version": "1.1.0-beta.9",
"version": "1.1.0-beta.10",
"description": "Js compiler for Ride - Waves smart contract language.",

@@ -43,4 +43,4 @@ "main": "src/index.js",

"dependencies": {
"@waves/ts-lib-crypto": "^1.1.1"
"@waves/ts-lib-crypto": "^1.2.0"
}
}

@@ -27,4 +27,4 @@ const crypto = require('@waves/ts-lib-crypto');

};
global.merkleVerify = function (rootHash, merkleProof, leafData) {//fixme
throw new Error('merkleVerify not implemented')
global.merkleVerify = function (rootHash, merkleProof, leafData) {
return crypto.merkleVerify(new Uint8Array(rootHash), new Uint8Array(merkleProof), new Uint8Array(leafData))
};

@@ -52,1 +52,3 @@ global.rsaVerify = function (digest, msg, sig, key) {

};

Sorry, the diff of this file is too big to display

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