Can a published npm package's content be updated without changing its version?

0

For example,

Is it theoretically possible that I install a package via

npm install package@1.0.0

Then after some time passes, with the same command...

npm install package@1.0.0

and get different installed files?

aabuhijleh

Posted 2019-06-25T11:33:47.417

Reputation: 101

No answers