st-one-io / node-opc-da

A Node library for OPC-DA communication.
Apache License 2.0
29 stars 13 forks source link

Remove npm random package because it is outdated and anyway unused #6

Open cstim opened 3 years ago

cstim commented 3 years ago

The "random" npm package is listed as a dependency, but with an outdated version that by now even triggers npm audit warnings. The package isn't used anyway, so it should simply be removed from package.json.

Also, once this is done, please consider releasing the node-dcom library in the newest version (git repository has 1.0.10, but released is only 1.0.9).