Skip to content

Commit

Permalink
Merge pull request #272 from Clever/mcab_remove-xml2js
Browse files Browse the repository at this point in the history
Remove xml2js
  • Loading branch information
mcab authored May 10, 2023
2 parents 8d726a6 + 9530cea commit 0f40b83
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion lib/saml2.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ _ = require 'underscore'
async = require 'async'
crypto = require 'crypto'
debug = require('debug') 'saml2'
{parseString} = require 'xml2js'
url = require 'url'
util = require 'util'
xmlbuilder = require 'xmlbuilder2'
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saml2-js",
"version": "4.0.1",
"version": "4.0.2",
"description": "SAML 2.0 node helpers",
"author": "Clever",
"license": "Apache-2.0",
Expand Down Expand Up @@ -37,7 +37,6 @@
"underscore": "^1.8.0",
"xml-crypto": "^3.0.1",
"xml-encryption": "^3.0.2",
"xml2js": "^0.4.0",
"xmlbuilder2": "^2.4.0"
}
}

0 comments on commit 0f40b83

Please sign in to comment.