@node-saml/node-saml
Advanced tools
Comparing version
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
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
252775
0.01%2031
0.05%310
-1.9%