hjalmers / angular-generic-table

A generic table for Angular 2+. Generic table uses standard markup for tables ie. table, tr and td elements etc. and has support for expanding rows, global search, filters, sorting, pagination, export to CSV, column clicks, custom column rendering, custom export values.
https://hjalmers.github.io/angular-generic-table/
MIT License
105 stars 55 forks source link

Update package-lock.json #239

Closed mklein994 closed 6 years ago

mklein994 commented 6 years ago

The package-lock.json file is different after running npm install.

mklein994 commented 6 years ago

@hjalmers what version of npm are you using?

hjalmers commented 6 years ago

@mklein994 at work I'm using 5.10.0 and on my own computer I use 6.0.0. it's been a while since I updated so I should probably see what I'm missing out on from the latest version:)

mklein994 commented 6 years ago

It's just that from what I've experimented with, the different versions of npm produce different package-lock.json files.

hjalmers commented 6 years ago

Yeah I've noticed it too, I ran npm audit and bumped some third-party dependencies that had vulnerabilities which affected the lock-file as well.