bem / html-differ

Сompares two HTML
http://bem.info/tools/testing/html-differ/
MIT License
212 stars 45 forks source link

Upgrade old version of lodash #147

Closed baweaver closed 5 years ago

baweaver commented 7 years ago

While searching for older versions of lodash being pulled in as transitive dependencies in Ember projects, I noticed you were including a 2.x version of Lodash, which can take up a decent chunk of space:

➜  ember.js git:(master) du -sh ./node_modules/html-differ/node_modules/lodash
964K    ./node_modules/html-differ/node_modules/lodash

All tests are passing in Node 6.

Trott commented 6 years ago

Any chance of getting this landed and released? npm audit reports a minor security issue with the lodash included currently.