This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/CHANGELOG.md b/CHANGELOG.md | |
index 0c5a977..bd87c24 100644 | |
--- a/CHANGELOG.md | |
+++ b/CHANGELOG.md | |
@@ -62,6 +62,51 @@ install it with `--global`. :) | |
### v2.14.1 (2015-08-20): | |
+#### SECURITY FIX | |
+ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/CHANGELOG.md b/CHANGELOG.md | |
index e5dc249..5b486a3 100644 | |
--- a/CHANGELOG.md | |
+++ b/CHANGELOG.md | |
@@ -8,28 +8,57 @@ dependency with `preferGlobal: true`, and it's _not already_ in your | |
`package.json`, you'll get a warning that the author would really rather you | |
install it with `--global`. :) | |
-* [`bbb25f3`](https://github.com/npm/npm/commit/bbb25f30d582f8979168c79233a9f8f840974f90) [#8841](https://github.com/npm/npm/issues/8841) [#9409](https://github.com/npm/npm/issues/9409) install: The `preferGlobal` warning shouldn't happen if the dependency being installed is listed in `devDependencies`. ([@saper](https://github.com/saper)) | |
-* [`222fcec`](https://github.com/npm/npm/commit/222fcec85ccd30d35899e5037079fb14625af4e2) [#9409](https://github.com/npm/npm/issues/9409) install: Fix `preferGlobal` warning so it happens if no dependencies for the current package. ([@zkat](https://github.com/zkat)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] test /Users/ogd/Documents/projects/async-listener | |
> tap test/*.tap.js | |
ok test/add-remove.tap.js ............................... 9/9 | |
ok test/connection-handler-disconnects.tap.js ........... 8/8 | |
ok test/errors-this-tick.tap.js ......................... 2/2 | |
ok test/fork-listen2-problem.tap.js ..................... 4/4 | |
ok test/handle.tap.js ................................... 4/4 | |
(node) warning: possible EventEmitter memory leak detected. 11 close listeners added. Use emitter.setMaxListeners() to increase limit. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] test /Users/ogd/Documents/projects/async-listener | |
> tap test/*.tap.js | |
ok test/add-remove.tap.js ............................... 9/9 | |
ok test/connection-handler-disconnects.tap.js ........... 8/8 | |
ok test/errors-this-tick.tap.js ......................... 2/2 | |
ok test/fork-listen2-problem.tap.js ..................... 4/4 | |
ok test/handle.tap.js ................................... 4/4 | |
not ok test/native-promises.tap.js .................... 24/29 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
commit 0e5a4ee45687d7abc3987a99be386ab87c930b8d | |
Author: Forrest L Norvell <[email protected]> | |
Date: Thu May 21 22:19:58 2015 -0700 | |
add preface and final tweaking | |
diff --git a/CHANGELOG.md b/CHANGELOG.md | |
index 9d04e6a..1ba4229 100644 | |
--- a/CHANGELOG.md | |
+++ b/CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
> [email protected] test /Users/ogd/Documents/projects/npm/npm-registry-couchapp | |
> tap test/*.js "-Rtap" | |
TAP version 13 | |
# Subtest: test/00-setup.js | |
TAP version 13 | |
# Subtest: cleanup | |
ok 1 - couch is no more | |
1..1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Subtest: test/01c-user-updates.js | |
TAP version 13 | |
# Subtest: update profile | |
ok 1 - should be equivalent | |
ok 2 - should be equivalent | |
1..2 | |
ok 1 - update profile # time=44.829ms | |
# Subtest: update email | |
ok 1 - user metadata fetched |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- [email protected] | |
- | |
- | |
- [email protected] | |
- | |
- | |
- [email protected] | |
- | |
- | |
- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bauchelain% node test/tap/git-races.js | |
TAP version 13 | |
# setup | |
ok 1 setup ran OK | |
[email protected] node_modules/dummy-npm-buzz | |
[email protected] node_modules/dummy-npm-foo | |
βββ [email protected] | |
[email protected] node_modules/dummy-npm-bar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+node '/Users/ogd/Documents/projects/npm/npm/bin/npm-cli.js' install -dd '/Users/ogd/Documents/projects/npm/npm' | |
$$$$$$ cd /var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test-8788/root; PATH=/usr/local/bin:/var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test-8788/root/bin:/var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test-8788/root/node_modules/.bin:/Users/ogd/.rbenv/shims:/usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/ogd/bin:/Users/ogd/.cabal/bin /usr/local/bin/iojs '/Users/ogd/Documents/projects/npm/npm/bin/npm-cli.js' install -dd '/Users/ogd/Documents/projects/npm/npm' | |
$$$$$$ after command /usr/local/bin/iojs '/Users/ogd/Documents/projects/npm/npm/bin/npm-cli.js' install -dd '/Users/ogd/Documents/projects/npm/npm' /var/folders/bf/1f70gl7x2_g0s1dchcrw97xm0000gn/T/npm-test-8788/root | |
1> > [email protected] prepublish /Users/ogd/Documents/projects/npm/npm | |
1> > node bin/npm-cli.js prune --prefix=. --no-global && rimraf test/*/*/node_modules && make -j4 doc | |
1> | |
1> make: N |