New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

passport-saml-encrypted

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-saml-encrypted - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

3

lib/saml.js

@@ -40,3 +40,4 @@ var zlib = require('zlib');

var uniqueID = "";
for (var i = 0; i < 20; i++) {
var idLength = (Math.floor(Math.random() * 9)) + 32
for (var i = 0; i < idLength; i++) {
uniqueID += chars.substr(Math.floor((Math.random()*15)), 1);

@@ -43,0 +44,0 @@ }

{
"name": "passport-saml-encrypted",
"version": "0.1.2",
"version": "0.1.3",
"description": "A Passport strategy for handling encrypted SAML authentication responses",

@@ -5,0 +5,0 @@ "main": "index.js",

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