Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-26write-file-atomic@2.1.0Kat Marchán
adds fsync option
2017-05-26pacote@2.7.4Kat Marchán
2017-04-22write-file-atomic@1.3.3Rebecca Turner
2017-04-22write-file-atomic@1.3.2Rebecca Turner
Wait for `fsync` to complete before considering our file written to disk.
2017-01-12write-file-atomic@1.3.1Rebecca Turner
When the target is a symlink, write-file-atomic now overwrites the _destination_ of the symlink, instead of replacing the symlink itself. This makes it's behavior match `fs.writeFile`. Fixed a bug where it would ALWAYS fs.stat to look up default mode and chown values even if you'd passed them in. (It still used the values you passed in, but did a needless stat.) Fixes: #10223 Fixes: https://github.com/npm/write-file-atomic/issues/5 Credit: @iarna
2016-09-09write-file-atomic@1.2.0Kat Marchán
* Preserve chmod and chown from the overwritten file Credit: @iarna
2015-12-04write-file-atomic@1.1.4Forrest L Norvell
Don't need to use MD5 (which interferes with using npm with a FIPS-compliant Node.js binary), and murmur is faster anyway. Fixes: #10629 Credit: @othiym23
2015-10-16src: install npm@3 with npm@2Forrest L Norvell
Restore the ability to do one-shot upgrades from the versions of npm bundled with Node 0.8 to npm@3, which simplifies using Travis with old Node and new npm, for compatibility testing purposes. Older versions of npm repack packages on install, which works poorly with the way npm@3 handles bundledDependencies with flat trees. Fixes: #9668 PR-URL: https://github.com/npm/npm/pull/9981
2015-09-10write-file-atomic@1.1.3Rebecca Turner
2015-07-01graceful-fs@4.1.2isaacs
PR-URL: https://github.com/npm/npm/pull/8735
2015-06-26deps: deduplicate npm@3 styleRebecca Turner
2015-05-22write-file-atomic@1.1.2Forrest L Norvell
Add ISC license file. PR-URL: https://github.com/iarna/write-file-atomic/pull/2
2014-09-20write-file-atomic@1.1.0Forrest L Norvell
use graceful-fs like everything else
2014-09-19use writeFileAtomic instead of fs.writeFile fixes #6163Filip Weiss