We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d281fdd commit 0106c61Copy full SHA for 0106c61
README.md
@@ -4,6 +4,10 @@ Create SAML assertions. Supports SAML 1.1 and SAML 2.0 tokens.
4
5
[](https://travis-ci.org/auth0/node-saml)
6
7
+### Supported Node Versions
8
+
9
+node >= 12
10
11
### Usage
12
13
```js
package.json
@@ -1,6 +1,9 @@
1
{
2
"name": "saml",
3
"version": "1.0.1",
+ "engines": {
+ "node": ">=12"
+ },
"devDependencies": {
"@commitlint/cli": "^11.0.0",
"@commitlint/config-conventional": "^11.0.0",
@@ -24,7 +27,7 @@
24
27
"moment": "2.19.3",
25
28
"valid-url": "~1.0.9",
26
29
"xml-crypto": "^2.1.3",
- "xml-encryption": "^1.2.1",
30
+ "xml-encryption": "^2.0.0",
31
"xml-name-validator": "~2.0.1",
32
"xpath": "0.0.5"
33
},
0 commit comments