Socket
Socket
Sign inDemoInstall

xml-crypto

Package Overview
Dependencies
Maintainers
5
Versions
80
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xml-crypto - npm Package Compare versions

Comparing version 5.1.0 to 5.1.1

2

lib/signed-xml.js

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

if (verified === false) {
throw new Error("invalid signature: the signature value ${this.signatureValue} is incorrect");
throw new Error(`invalid signature: the signature value ${this.signatureValue} is incorrect`);
}

@@ -192,0 +192,0 @@ return true;

{
"name": "xml-crypto",
"version": "5.1.0",
"version": "5.1.1",
"private": false,

@@ -5,0 +5,0 @@ "description": "Xml digital signature and encryption library for Node.js",

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