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

passport-saml-metadata

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

passport-saml-metadata - npm Package Compare versions

Comparing version 2.6.2 to 3.0.0

dist/index.cjs

28

package.json
{
"name": "passport-saml-metadata",
"version": "2.6.2",
"version": "3.0.0",
"description": "SAML2 metadata loader",

@@ -48,11 +48,18 @@ "author": {

},
"main": "./src/",
"standard": {
"env": [
"jest"
]
},
"type": "module",
"engines": {
"node": ">= 14"
"node": ">= 16"
},
"exports": {
".": {
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.cjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"dependencies": {

@@ -63,3 +70,3 @@ "@xmldom/xmldom": "^0.8.3",

"lodash": "^4.17.20",
"passport-saml": "^3.2.3",
"@node-saml/node-saml": "^4.0.3",
"xpath": "0.0.32"

@@ -71,4 +78,5 @@ },

"standard": "latest",
"standard-version": "latest"
"standard-version": "latest",
"unbuild": "latest"
}
}
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