@node-saml/node-saml
Advanced tools
Comparing version 4.0.1 to 4.0.2
import { SAML } from "./saml"; | ||
import { CacheItem, CacheProvider, MandatorySamlOptions, Profile, SamlConfig, SamlOptions } from "./types"; | ||
export { SAML, CacheItem, CacheProvider, SamlOptions, MandatorySamlOptions, Profile, SamlConfig }; | ||
import { CacheItem, CacheProvider, MandatorySamlOptions, Profile, SamlConfig, SamlOptions, ValidateInResponseTo } from "./types"; | ||
export { SAML, CacheItem, CacheProvider, SamlOptions, MandatorySamlOptions, Profile, SamlConfig, ValidateInResponseTo, }; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.SAML = void 0; | ||
exports.ValidateInResponseTo = exports.SAML = void 0; | ||
const saml_1 = require("./saml"); | ||
Object.defineProperty(exports, "SAML", { enumerable: true, get: function () { return saml_1.SAML; } }); | ||
const types_1 = require("./types"); | ||
Object.defineProperty(exports, "ValidateInResponseTo", { enumerable: true, get: function () { return types_1.ValidateInResponseTo; } }); | ||
//# sourceMappingURL=index.js.map |
@@ -101,4 +101,3 @@ "use strict"; | ||
}; | ||
const signatureStr = normalizeNewlines(signature.toString()); | ||
sig.loadSignature(signatureStr); | ||
sig.loadSignature(signature); | ||
// We expect each signature to contain exactly one reference to the top level of the xml we | ||
@@ -105,0 +104,0 @@ // are validating, so if we see anything else, reject. |
{ | ||
"name": "@node-saml/node-saml", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "SAML 2.0 implementation for Node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -15,8 +15,2 @@ # Node SAML | ||
For now | ||
$ npm install https://github.com/node-saml/node-saml | ||
Once the first release is done, this will be available at | ||
$ npm install @node-saml/node-saml | ||
@@ -23,0 +17,0 @@ |
Sorry, the diff of this file is not supported yet
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
252775
2031
310