Comparing version 2.7.5 to 2.7.6
@@ -50,3 +50,3 @@ "use strict"; | ||
var xml_crypto_1 = require("xml-crypto"); | ||
var xmlenc = require("xml-encryption"); | ||
var xmlenc = require("@authenio/xml-encryption"); | ||
var extractor_1 = require("./extractor"); | ||
@@ -53,0 +53,0 @@ var camelcase_1 = require("camelcase"); |
@@ -154,2 +154,3 @@ "use strict"; | ||
TRI_DEC: 'http://www.w3.org/2001/04/xmlenc#tripledes-cbc', | ||
AES_128_GCM: 'http://www.w3.org/2009/xmlenc11#aes128-gcm' | ||
}, | ||
@@ -156,0 +157,0 @@ key: { |
{ | ||
"name": "samlify", | ||
"version": "2.7.5", | ||
"version": "2.7.6", | ||
"description": "High-level API for Single Sign On (SAML 2.0)", | ||
@@ -34,2 +34,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"@authenio/xml-encryption": "^1.2.2", | ||
"camelcase": "^5.3.1", | ||
@@ -41,4 +42,3 @@ "node-forge": "^0.10.0", | ||
"xml": "^1.0.1", | ||
"xml-crypto": "^1.5.3", | ||
"xml-encryption": "^1.1.1", | ||
"xml-crypto": "^2.0.0", | ||
"xmldom": "^0.1.27", | ||
@@ -45,0 +45,0 @@ "xpath": "^0.0.27" |
@@ -16,3 +16,3 @@ # samlify · | ||
| <img width="50" src="https://user-images.githubusercontent.com/83319/31722733-de95bbde-b3ea-11e7-96bf-4f4e8f915588.png"> | <div style="text-align: left;">If you want to quickly implement SAML SSO, feel free to check out Auth0's NodeJS SDK and free plan at [auth0.com/overview](https://auth0.com/overview?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=samlify&utm_content=auth).</div> | | ||
| <img width="50" src="https://user-images.githubusercontent.com/83319/31722733-de95bbde-b3ea-11e7-96bf-4f4e8f915588.png"> | <div style="text-align: left;">If you want to quickly implement SAML SSO, feel free to check out Auth0's NodeJS SDK and free plan at [auth0.com/developers](https://auth0.com/developers?utm_source=GHsponsor&utm_medium=GHsponsor&utm_campaign=samlify&utm_content=auth).</div> | | ||
| :----------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
@@ -19,0 +19,0 @@ |
@@ -14,3 +14,3 @@ /** | ||
import { SignedXml, FileKeyInfo } from 'xml-crypto'; | ||
import * as xmlenc from 'xml-encryption'; | ||
import * as xmlenc from '@authenio/xml-encryption'; | ||
import { extract } from './extractor'; | ||
@@ -17,0 +17,0 @@ import camelCase from 'camelcase'; |
@@ -153,2 +153,3 @@ /** | ||
TRI_DEC: 'http://www.w3.org/2001/04/xmlenc#tripledes-cbc', | ||
AES_128_GCM: 'http://www.w3.org/2009/xmlenc11#aes128-gcm' | ||
}, | ||
@@ -155,0 +156,0 @@ key: { |
@@ -142,2 +142,3 @@ /** | ||
TRI_DEC: string; | ||
AES_128_GCM: string; | ||
}; | ||
@@ -144,0 +145,0 @@ key: { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
403621
7606
+ Added@authenio/xml-encryption@1.3.0(transitive)
+ Addedxml-crypto@2.1.5(transitive)
- Removedxml-encryption@^1.1.1
- Removedxml-crypto@1.5.6(transitive)
- Removedxml-encryption@1.3.0(transitive)
Updatedxml-crypto@^2.0.0