You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reference: https://www.npmjs.com/package/xss/v/1.0.14?activeTab=readme
From document, we can create xss instance with
myxss = new xss.FilterXSS(options?), but from v1.0.14, we only have
FilterXSS(html, options?)
I made a workaround by downgrade to v1.0.6, this is to inform a bug or document not yet updated!
The text was updated successfully, but these errors were encountered:
Reference: https://www.npmjs.com/package/xss/v/1.0.14?activeTab=readme
From document, we can create xss instance with
myxss = new xss.FilterXSS(options?), but from v1.0.14, we only have
FilterXSS(html, options?)
I made a workaround by downgrade to v1.0.6, this is to inform a bug or document not yet updated!
The text was updated successfully, but these errors were encountered: