bevacqua / insane

:pouting_cat: Lean and configurable whitelist-oriented HTML sanitizer
https://ponyfoo.com
MIT License
449 stars 22 forks source link

Release 2.6.2 not properly published at npm #12

Open josenriq opened 5 years ago

josenriq commented 5 years ago

Hi, great job with this library!

Seems like the most recent release is not properly published at npm. I discovered this because the following doesn't work:

  allowedAttributes: {
    '*': ['class']
  }

Seems like this line is missing when installing through npm/yarn: https://github.com/bevacqua/insane/blob/master/sanitizer.js#L47

I was going insane because I couldn't understand why it wouldn't work :)

mesqueeb commented 4 years ago

I could confirm that NPM's 2.6.2 is not the same version as here.

Screenshot 2019-10-19 09 34 08

@bevacqua Are you able to update the package to the latest version on NPM?

JoshuaKGoldberg commented 4 years ago

Bump @bevacqua - is this package still maintained?