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

saml20-maintained

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

saml20-maintained - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

0

lib/getVersion.js

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

@@ -0,0 +0,0 @@ 'use strict';

16

package.json
{
"name": "saml20-maintained",
"version": "0.1.2",
"version": "0.1.3",
"description": "SAML 2.0 and 1.1 token parser for Node.js",
"main": "./lib/index.js",
"dependencies": {
"lodash": "^4.17.15",
"lodash": "^4.17.20",
"thumbprint": "^0.0.1",
"xml-crypto": "^0.8.1",
"xml2js": "^0.4.4",
"xmldom": "^0.1.19"
"xml-crypto": "^2.0.0",
"xml2js": "^0.4.23",
"xmldom": "^0.4.0"
},

@@ -24,3 +24,3 @@ "repository": {

"test": "npm run jshint && mocha -R spec test",
"jshint": "jshint lib/*.js"
"jshint": "jshint lib"
},

@@ -37,5 +37,5 @@ "author": "Leandro Boffi (me@leandrob.com)",

"devDependencies": {
"jshint": "2.10.2",
"mocha": "6.1.4"
"jshint": "2.12.0",
"mocha": "8.2.1"
}
}

@@ -0,0 +0,0 @@ SAML 2.0 & 1.1 Assertion Parser & Validator [![Build Status](https://travis-ci.com/phylp/saml20-maintained.svg?branch=master)](https://travis-ci.com/phylp/saml20-maintained)

@@ -0,0 +0,0 @@ var assert = require("assert");

@@ -0,0 +0,0 @@ var assert = require("assert");

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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