xml-crypto
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -501,3 +501,3 @@ var select = require('xpath.js') | ||
if (!referenceNode && referenceNode.length === 0) { | ||
if (!referenceNode || referenceNode.length === 0) { | ||
throw new Error("the following xpath cannot be used because it was not found: " + location.reference); | ||
@@ -504,0 +504,0 @@ } |
{ | ||
"name": "xml-crypto", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "Xml digital signature and encryption library for Node.js", | ||
@@ -5,0 +5,0 @@ "engines": { |
## xml-crypto | ||
[![Build Status](https://travis-ci.org/yaronn/xml-crypto.png?branch=master)](https://travis-ci.org/yaronn/xml-crypto) | ||
An xml digital signature library for node. Xml encryption is coming soon. Written in pure javascript! | ||
@@ -3,0 +6,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
50442
372