Bernhard P.
Bernhard P.
I could reproduce the issue even with the current version (v1.11.2). I am preparing a PR for issue #1596, which solves even this problem. So I expect that this problem...
which field in the package.json or the npmjs package data contains the `date of the installed version` (whatever that might be)?
This won't be easy. By now we can only define fields from the package.json in our config file. What do you use the date for? To check when the package...
As you probably know we have a field `latestRemoteModified` that contains the date for the latest version on the server. Will this be enough?
The `latestRemoteModified` is set in the `addPackageDataFromRepository.js` file (here named `lastModified`). As you know, we get the 'remote' data from the registry (e.g. for [semver](https://registry.npmjs.org/semver). For me it remains the...
i know that the date is available, but the question is: "what do you need this date for" and "why should it be added to the tool" (i.e. is it...
closed issue because of inactivity for 5 months