{"id":6335036,"name":"@techteamer/samlp","ecosystem":"npm","description":"SAML Protocol server middleware","homepage":"https://github.com/auth0/node-samlp#readme","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/auth0/node-samlp","keywords_array":["saml","auth"],"namespace":"techteamer","versions_count":3,"first_release_published_at":"2023-02-14T12:50:37.464Z","latest_release_published_at":"2023-07-27T07:45:12.081Z","latest_release_number":"7.1.2","last_synced_at":"2026-05-29T19:46:33.627Z","created_at":"2023-02-14T13:37:08.450Z","updated_at":"2026-05-29T19:46:33.627Z","registry_url":"https://www.npmjs.com/package/@techteamer/samlp","install_command":"npm install @techteamer/samlp","documentation_url":null,"metadata":{"funding":null,"dist-tags":{"latest":"7.1.2"}},"repo_metadata":{"id":521098,"uuid":"9811293","full_name":"auth0/node-samlp","owner":"auth0","description":"SAML Protocol support for node (only IdP for now)","archived":false,"fork":false,"pushed_at":"2025-08-06T14:48:36.000Z","size":393,"stargazers_count":136,"open_issues_count":41,"forks_count":117,"subscribers_count":107,"default_branch":"master","last_synced_at":"2025-09-16T19:25:41.426Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/auth0.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-05-02T10:57:15.000Z","updated_at":"2024-11-16T02:12:40.000Z","dependencies_parsed_at":"2023-07-05T15:02:08.411Z","dependency_job_id":"f4d291a4-b3f1-4e21-814f-622a6d85be65","html_url":"https://github.com/auth0/node-samlp","commit_stats":{"total_commits":234,"total_committers":43,"mean_commits":5.441860465116279,"dds":0.7905982905982906,"last_synced_commit":"1d72b8034709cbe1ede5a4241cf79ee746026ae3"},"previous_names":[],"tags_count":55,"template":false,"template_full_name":null,"purl":"pkg:github/auth0/node-samlp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auth0","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/sbom","scorecard":{"id":216995,"data":{"date":"2025-08-11","repo":{"name":"github.com/auth0/node-samlp","commit":"7158002942830af911fdf5469dc3edef03347acc"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.3,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Code-Review","score":5,"reason":"Found 13/22 approved changesets -- score normalized to 5","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.yml:1","Info: topLevel 'contents' permission set to 'read': .github/workflows/semgrep.yml:8","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:15: update your workflow using https://app.stepsecurity.io/secureworkflow/auth0/node-samlp/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/auth0/node-samlp/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/semgrep.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/auth0/node-samlp/semgrep.yml/master?enable=pin","Warn: npmCommand not pinned by hash: .github/workflows/ci.yml:24","Info:   0 out of   3 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 npmCommand dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Branch-Protection","score":8,"reason":"branch protection is not maximal on development and all release branches","details":["Info: 'allow deletion' disabled on branch 'master'","Info: 'force pushes' disabled on branch 'master'","Warn: 'branch protection settings apply to administrators' is disabled on branch 'master'","Info: 'stale review dismissal' is required to merge on branch 'master'","Warn: required approving review count is 1 on branch 'master'","Warn: codeowners review is not required on branch 'master'","Info: 'last push approval' is required to merge on branch 'master'","Info: status check found to merge onto on branch 'master'","Info: PRs are required in order to make changes on branch 'master'"],"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/auth0/.github/.github/SECURITY.md:1","Info: Found linked content: github.com/auth0/.github/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/auth0/.github/.github/SECURITY.md:1","Info: Found text in security policy: github.com/auth0/.github/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 21 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-17T01:49:59.396Z","repository_id":521098,"created_at":"2025-08-17T01:49:59.396Z","updated_at":"2025-08-17T01:49:59.396Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":275870314,"owners_count":25543364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-19T02:00:09.700Z","response_time":108,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"auth0","name":"Auth0","uuid":"2824157","kind":"organization","description":"","email":"hello@auth0.com","website":"https://auth0.com","location":"Seattle","twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/2824157?v=4","repositories_count":350,"last_synced_at":"2025-03-21T17:50:46.801Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/auth0","funding_links":[],"total_stars":61314,"followers":1493,"following":0,"created_at":"2022-11-02T16:20:26.668Z","updated_at":"2025-03-21T17:50:46.801Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auth0","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/auth0/repositories"},"tags":[{"name":"v7.1.1","sha":"7158002942830af911fdf5469dc3edef03347acc","kind":"commit","published_at":"2023-11-20T15:41:06.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v7.1.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v7.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v7.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v7.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v7.1.1/manifests"},{"name":"v7.1.0","sha":"46305ebc6732032ed9d675b44ac8545ae60fc64a","kind":"commit","published_at":"2023-07-24T13:12:24.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v7.1.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v7.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v7.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v7.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v7.1.0/manifests"},{"name":"v7.0.2","sha":"35b165f804106173ae048fc1fddace65471fe09f","kind":"tag","published_at":"2022-09-06T15:33:09.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v7.0.2","html_url":"https://github.com/auth0/node-samlp/releases/tag/v7.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v7.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v7.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v7.0.2/manifests"},{"name":"v7.0.1","sha":"2a9ce1f2e81750398a9cde34c8d66e62ac4d9b6d","kind":"tag","published_at":"2022-05-19T06:19:58.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v7.0.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v7.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v7.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v7.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v7.0.1/manifests"},{"name":"v7.0.0","sha":"b1794d19b8a95e64a7af4596b1af407e5f9c937e","kind":"tag","published_at":"2022-02-09T16:03:15.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v7.0.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v7.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v7.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v7.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v7.0.0/manifests"},{"name":"v6.0.2","sha":"54d8715926c3066074412138714ad362f5a5f0da","kind":"tag","published_at":"2021-06-07T14:33:55.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v6.0.2","html_url":"https://github.com/auth0/node-samlp/releases/tag/v6.0.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v6.0.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v6.0.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v6.0.2/manifests"},{"name":"v6.0.1","sha":"a1ba91a52f7ae29d751568f5bd8daea597abfa02","kind":"commit","published_at":"2021-03-02T11:58:01.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v6.0.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v6.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v6.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v6.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v6.0.1/manifests"},{"name":"v6.0.0","sha":"0dd717dc75aaccc09f4d8a442bddc078ef751fa9","kind":"tag","published_at":"2021-02-23T20:13:24.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v6.0.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v6.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v6.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v6.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v6.0.0/manifests"},{"name":"v5.0.1","sha":"f11484582ab2bb4dcecd2a0e983c4dddf16657a8","kind":"tag","published_at":"2021-02-10T13:59:43.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v5.0.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v5.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v5.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v5.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v5.0.1/manifests"},{"name":"v5.0.0","sha":"8b29cacfa9bbaf207a0c8a6d06daf7ab4223df00","kind":"tag","published_at":"2021-02-09T10:23:31.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v5.0.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v5.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v5.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v5.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v5.0.0/manifests"},{"name":"v5.0.0-rc.1","sha":"2cf873a99a2661fb04b1af099f6f3409c2b9fcbe","kind":"tag","published_at":"2021-01-22T13:47:01.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v5.0.0-rc.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v5.0.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v5.0.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v5.0.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v5.0.0-rc.1/manifests"},{"name":"v4.0.1","sha":"1dbf13f6db36ad344ae83896ee6d651ca1087ed6","kind":"tag","published_at":"2021-01-22T13:40:46.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v4.0.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v4.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v4.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v4.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v4.0.1/manifests"},{"name":"v5.0.0-rc.0","sha":"24c782d2d44bf483072bcfd669081431717c1861","kind":"tag","published_at":"2021-01-22T11:14:57.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v5.0.0-rc.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v5.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v5.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v5.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v5.0.0-rc.0/manifests"},{"name":"v4.0.0","sha":"cb5adc4557f05a72a12d4f9573615767f4ed7c5b","kind":"tag","published_at":"2020-10-01T10:45:57.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v4.0.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v4.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v4.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v4.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v4.0.0/manifests"},{"name":"v4.0.0-rc.0","sha":"0a85d152bb19b26cd3d6635317d01b3b9280a0ee","kind":"tag","published_at":"2020-09-15T16:23:29.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v4.0.0-rc.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v4.0.0-rc.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v4.0.0-rc.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v4.0.0-rc.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v4.0.0-rc.0/manifests"},{"name":"v3.5.0","sha":"9233245d98e1b0c54a2b94d8a627821f38f4b991","kind":"tag","published_at":"2020-08-31T13:24:46.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.5.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.5.0/manifests"},{"name":"v3.4.4","sha":"8427cde3d9d09e9f491ee82f57a9eb1903c70c1d","kind":"tag","published_at":"2020-08-27T12:00:16.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.4.4","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.4.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.4.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.4.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.4.4/manifests"},{"name":"v3.4.3","sha":"148260bda0ff4743dae87fa0479cab496576f034","kind":"commit","published_at":"2020-07-30T13:59:48.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.4.3","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.4.3/manifests"},{"name":"v3.4.1","sha":"98641f7819c86a7a9eb512aa80c72319b5105c90","kind":"tag","published_at":"2019-09-17T13:22:40.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.4.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.4.1/manifests"},{"name":"v3.4.0","sha":"69a18065e2cd1dabc51a13fd39dd7beeab2b572d","kind":"tag","published_at":"2018-02-26T15:12:17.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.4.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.4.0/manifests"},{"name":"v3.3.4","sha":"6b91af491cd193a5bb5451288289ff5574ba9c4f","kind":"commit","published_at":"2018-02-23T17:01:56.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.3.4","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.3.4/manifests"},{"name":"v3.3.3","sha":"170522db1cf0b2a53e65c6bb60ed920ce93e4a30","kind":"commit","published_at":"2018-02-21T14:49:24.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.3.3","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.3.3/manifests"},{"name":"v3.3.2","sha":"17502756818d9c96ce65a4ccd4b9e8ca300074e1","kind":"tag","published_at":"2017-07-31T11:28:49.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.3.2","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.3.2/manifests"},{"name":"v3.3.1","sha":"d71294d0ead1e9a1c429d10b637e073b3208c4e9","kind":"tag","published_at":"2017-07-06T12:54:14.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.3.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.3.1/manifests"},{"name":"v3.3.0","sha":"e7d93ffeb1e0433d1851a729cc411e8f9eaf3703","kind":"tag","published_at":"2017-06-22T16:10:16.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.3.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.3.0/manifests"},{"name":"v3.2.1","sha":"1409315bff555ee1858f3b34b335a9daa118a1b1","kind":"tag","published_at":"2017-06-22T09:11:54.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.2.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.2.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.2.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.2.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.2.1/manifests"},{"name":"v3.2.0","sha":"590c519973f825a9a52be6eea5c7809e5503e173","kind":"tag","published_at":"2017-06-08T19:10:06.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.2.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.2.0/manifests"},{"name":"v3.1.0","sha":"494289fe0791819acf465559e878ae01d7a25e50","kind":"commit","published_at":"2017-05-12T14:04:13.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.1.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.1.0/manifests"},{"name":"v3.0.1","sha":"e535c293b26c38e59d5be1bba9329a420e3d5a72","kind":"tag","published_at":"2017-04-28T10:50:40.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.0.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.0.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.0.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.0.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.0.1/manifests"},{"name":"v3.0.0","sha":"b37c771388215f6ba906f9da13d1a556937b85ee","kind":"tag","published_at":"2017-04-06T13:12:00.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v3.0.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v3.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v3.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v3.0.0/manifests"},{"name":"v2.1.2","sha":"1df3fabdddafddb2608d386ac51df5f447bc8fc8","kind":"tag","published_at":"2017-03-07T20:31:14.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v2.1.2","html_url":"https://github.com/auth0/node-samlp/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"be169bc81892a3535ef763b711d0a37e0b16f343","kind":"tag","published_at":"2017-02-23T13:30:48.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v2.1.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"df1982ef53b56bcbe8364b35851d396262cdf4fc","kind":"tag","published_at":"2017-01-16T20:47:47.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v2.1.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3303f037c025db56853745fc9da7251303223181","kind":"tag","published_at":"2017-01-11T12:25:21.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v2.0.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v2.0.0/manifests"},{"name":"v1.3.1","sha":"2303717e73e19eb0076e9441a23b582d763206cc","kind":"tag","published_at":"2016-11-17T16:52:17.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v1.3.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"da3e5a53f42066aa7d3068dc4d048c1452f9004a","kind":"tag","published_at":"2016-11-11T17:44:04.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v1.3.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"968fd787e426c4c35230cee806fe8cb4674df648","kind":"tag","published_at":"2016-10-31T18:54:12.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v1.2.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.2.0/manifests"},{"name":"v1.1.1","sha":"2a994c7f13bd812ca57fa90b3ec8a8868a81cb7c","kind":"tag","published_at":"2016-10-26T17:51:08.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v1.1.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v1.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v1.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.1.1/manifests"},{"name":"v1.1.0","sha":"1c058a8ae464599e254683fcdbec90f214da19f9","kind":"tag","published_at":"2016-07-07T13:45:50.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v1.1.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"a63447e17583e7b9a15acefe521d55c325304b27","kind":"tag","published_at":"2016-01-28T22:22:37.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v1.0.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v1.0.0/manifests"},{"name":"v0.15.2","sha":"e6800e43732b34f69191842bb9d5c500abae9324","kind":"tag","published_at":"2016-01-13T12:17:37.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.15.2","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.15.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.15.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.15.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.15.2/manifests"},{"name":"v0.15.0","sha":"943016d388005a2607b1afb9446f9db9929abf0f","kind":"tag","published_at":"2016-01-08T15:53:57.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.15.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.15.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.15.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.15.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.15.0/manifests"},{"name":"v0.14.0","sha":"7d17a974cda41f595ea9f2fef1d1bec930c786c8","kind":"tag","published_at":"2015-11-18T21:59:23.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.14.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.14.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.14.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.14.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.14.0/manifests"},{"name":"v0.13.2","sha":"26c0548da479bda184d5ec238197cbdcc05247a5","kind":"tag","published_at":"2015-11-04T22:22:56.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.13.2","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.13.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.13.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.13.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.13.2/manifests"},{"name":"v0.13.1","sha":"a531bc86666eaf2bf0b0f4910609febd634f24b9","kind":"tag","published_at":"2015-11-03T03:08:46.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.13.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.13.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.13.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.13.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.13.1/manifests"},{"name":"v0.13.0","sha":"2169dbec0654d265f213db1d448c25c879a70393","kind":"tag","published_at":"2015-10-30T12:59:49.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.13.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.13.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.13.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.13.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.13.0/manifests"},{"name":"v0.12.3","sha":"4f01e3bb6ec9ee800e6e86b106b525b0ec924b7c","kind":"tag","published_at":"2015-10-14T20:53:15.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.12.3","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.12.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.12.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.12.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.12.3/manifests"},{"name":"v0.12.2","sha":"a05b10bdd15d3b82b1d9e290a1a8342ac652301b","kind":"tag","published_at":"2015-10-02T18:44:13.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.12.2","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.12.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.12.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.12.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.12.2/manifests"},{"name":"v0.12.1","sha":"777aec32b5e574ec7eaf82bf840c2d0e011c23df","kind":"tag","published_at":"2015-10-02T14:22:25.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.12.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.12.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.12.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.12.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.12.1/manifests"},{"name":"v0.12.0","sha":"917cfd8c6b1f7bf32440a788737da943bfe7d54b","kind":"tag","published_at":"2015-09-15T14:19:56.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.12.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.12.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.12.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.12.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.12.0/manifests"},{"name":"v0.11.0","sha":"e9fbfe6c763e2b2aa0d315ec4fdc7e80bb70c981","kind":"tag","published_at":"2015-09-03T19:13:37.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.11.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.11.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.11.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.11.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.11.0/manifests"},{"name":"v0.10.2","sha":"b8889de9dc7a182dc5b5b33d819ace263ae1f6d3","kind":"tag","published_at":"2015-06-12T13:42:36.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.10.2","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.10.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.10.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.10.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.10.2/manifests"},{"name":"v0.10.1","sha":"4bfa60fb333d1eb149870d80806089f1225ffa0a","kind":"tag","published_at":"2015-05-22T21:38:01.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.10.1","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.10.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.10.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.10.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.10.1/manifests"},{"name":"v0.10.0","sha":"42dbc770d50da9999f1cf589dcd8d470dea38c63","kind":"tag","published_at":"2015-05-21T21:08:24.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.10.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.10.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.10.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.10.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.10.0/manifests"},{"name":"v0.9.0","sha":"803908f58b97aa2eac15277981ba920fb0243edd","kind":"tag","published_at":"2015-05-20T14:43:34.000Z","download_url":"https://codeload.github.com/auth0/node-samlp/tar.gz/v0.9.0","html_url":"https://github.com/auth0/node-samlp/releases/tag/v0.9.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/auth0/node-samlp@v0.9.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.9.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/tags/v0.9.0/manifests"}]},"repo_metadata_updated_at":"2025-10-23T21:40:03.707Z","dependent_packages_count":0,"downloads":62,"downloads_period":"last-month","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":25.30552159382132,"dependent_packages_count":32.889739249478886,"stargazers_count":6.024570831024199,"forks_count":3.6770800088076734,"average":16.97422792078302},"purl":"pkg:npm/%40techteamer/samlp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@techteamer/samlp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/npm/@techteamer/samlp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@techteamer/samlp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-17T01:27:52.322Z","issues_count":50,"pull_requests_count":69,"avg_time_to_close_issue":52006526.25925926,"avg_time_to_close_pull_request":11089393.921568627,"issues_closed_count":27,"pull_requests_closed_count":51,"pull_request_authors_count":44,"issue_authors_count":43,"avg_comments_per_issue":1.3,"avg_comments_per_pull_request":0.5652173913043478,"merged_pull_requests_count":36,"bot_issues_count":0,"bot_pull_requests_count":1,"past_year_issues_count":1,"past_year_pull_requests_count":4,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":0.0,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/auth0%2Fnode-samlp/issues","maintainers":[{"login":"jfromaniello","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jfromaniello"},{"login":"hzalaz","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/hzalaz"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@techteamer%2Fsamlp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@techteamer%2Fsamlp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@techteamer%2Fsamlp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@techteamer%2Fsamlp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@techteamer%2Fsamlp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@techteamer%2Fsamlp/codemeta","maintainers":[{"uuid":"tunderdomb","login":"tunderdomb","name":null,"email":"tunderdomb@gmail.com","url":null,"packages_count":60,"html_url":"https://www.npmjs.com/~tunderdomb","role":null,"created_at":"2023-02-14T14:16:25.255Z","updated_at":"2023-02-14T14:16:25.255Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/tunderdomb/packages"},{"uuid":"robence","login":"robence","name":null,"email":"robence@gmail.com","url":null,"packages_count":28,"html_url":"https://www.npmjs.com/~robence","role":null,"created_at":"2023-12-22T03:51:40.062Z","updated_at":"2023-12-22T03:51:40.062Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/robence/packages"},{"uuid":"kukko","login":"kukko","name":null,"email":"nyariag@gmail.com","url":null,"packages_count":30,"html_url":"https://www.npmjs.com/~kukko","role":null,"created_at":"2024-08-17T01:27:44.109Z","updated_at":"2024-08-17T01:27:44.109Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/kukko/packages"},{"uuid":"elgeri","login":"elgeri","name":null,"email":"levay.gergely@gmail.com","url":null,"packages_count":26,"html_url":"https://www.npmjs.com/~elgeri","role":null,"created_at":"2024-02-29T16:15:28.414Z","updated_at":"2024-02-29T16:15:28.414Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/elgeri/packages"}]}