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

verify-xrpl-signature

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verify-xrpl-signature - npm Package Compare versions

Comparing version 4.1.4 to 4.1.5

2

dist/index.d.ts

@@ -14,3 +14,3 @@ export interface Signer {

}
import { XrplDefinitions } from "xrpl-accountlib";
import { XrplDefinitions } from "xrpl-binary-codec-prerelease";
export declare type verifySignatureResult = {

@@ -17,0 +17,0 @@ signedBy: string;

@@ -14,3 +14,3 @@ "use strict";

const xrpl_binary_codec_prerelease_1 = require("xrpl-binary-codec-prerelease");
const xrpl_accountlib_1 = require("xrpl-accountlib");
const xrpl_binary_codec_prerelease_2 = require("xrpl-binary-codec-prerelease");
const ripple_keypairs_1 = require("ripple-keypairs");

@@ -31,3 +31,3 @@ const getDefinitions = (network, request) => __awaiter(void 0, void 0, void 0, function* () {

if ((_b = defsJson === null || defsJson === void 0 ? void 0 : defsJson.result) === null || _b === void 0 ? void 0 : _b.FIELDS) {
return new xrpl_accountlib_1.XrplDefinitions(defsJson.result);
return new xrpl_binary_codec_prerelease_2.XrplDefinitions(defsJson.result);
}

@@ -34,0 +34,0 @@ }

{
"name": "verify-xrpl-signature",
"version": "4.1.4",
"version": "4.1.5",
"description": "Verify XRPL signed TX blob",

@@ -14,3 +14,3 @@ "main": "dist/index.js",

"pull": "git pull && npm run pm2 && pm2 monit",
"test": "npm run clean && npm install node-fetch@2 @types/node-fetch && npm run build && jest --ci --verbose && npm rm node-fetch@2 @types/node-fetch"
"test": "npm run clean && npm install node-fetch@2 @types/node-fetch xrpl-accountlib && npm run build && jest --ci --verbose && npm rm node-fetch@2 @types/node-fetch xrpl-accountlib"
},

@@ -27,3 +27,2 @@ "files": [

"ripple-keypairs": "^1.1.4",
"xrpl-accountlib": "^3.2.0",
"xrpl-binary-codec-prerelease": "^7.0.1"

@@ -30,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