Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@node-saml/node-saml

Package Overview
Dependencies
Maintainers
2
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@node-saml/node-saml - npm Package Compare versions

Comparing version 4.0.1 to 4.0.2

4

lib/index.d.ts
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

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