Comparing version 0.2.3 to 0.2.4
@@ -9,3 +9,3 @@ | ||
var path = require('path'); | ||
var saml11 = fs.readFileSync(path.join(__dirname, 'saml11.template')); | ||
var saml11 = fs.readFileSync(path.join(__dirname, 'saml11.template')).toString(); | ||
@@ -12,0 +12,0 @@ var NAMESPACE = 'urn:oasis:names:tc:SAML:1.0:assertion'; |
{ | ||
"name": "saml", | ||
"version": "0.2.3", | ||
"version": "0.2.4", | ||
"devDependencies": { | ||
@@ -5,0 +5,0 @@ "mocha": "*", |
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
23077