Skip to content

Commit

Permalink
deps: Remove xml2js
Browse files Browse the repository at this point in the history
It called a single function (parseString) which was removed in 8efbe9e.
  • Loading branch information
mcab committed May 10, 2023
1 parent 8d726a6 commit d64266c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 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
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
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 d64266c

Please sign in to comment.