jjwilly16 / node-pdftk

A wrapper for PDF Toolkit with streams and promises.
MIT License
139 stars 33 forks source link

#39 - fixed vulnerabilities in dependencies #40

Open gustawdaniel opened 4 years ago

gustawdaniel commented 4 years ago

Before

found 189 vulnerabilities (115 low, 5 moderate, 68 high, 1 critical)
  run `npm audit fix` to fix them, or `npm audit` for details

After update:

6:15  error  `../` import should occur after import of `path`  import/order

Then

./node_modules/.bin/eslint --fix test/

Now

                       === npm audit security report ===                        

found 0 vulnerabilities
 in 435 scanned packages
gustawdaniel commented 4 years ago

https://github.com/jjwilly16/node-pdftk/issues/39

gustawdaniel commented 3 years ago

@jjwilly16 why this is not accepted?

jjwilly16 commented 3 years ago

Sorry, I have a new baby at home and haven't had any spare time to check on this repo in a while. I'll get to it as soon as I can

gustawdaniel commented 3 years ago

Is there chance to update this package in future?

boubacardabo commented 9 months ago

I have recently needed this feature and I think this should be merged in the project !