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

samlify

Package Overview
Dependencies
Maintainers
1
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

samlify - npm Package Compare versions

Comparing version 2.7.5 to 2.7.6

2

build/src/libsaml.js

@@ -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

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