Skip to content

Instantly share code, notes, and snippets.

View othiym23's full-sized avatar
💭
what is this thing you call, "architecture"

Forrest L Norvell othiym23

💭
what is this thing you call, "architecture"
  • Ellation / Crunchyroll / VRV
  • San Francisco
View GitHub Profile
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
+
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))
> async-listener@0.5.2 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.
> async-listener@0.5.2 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
commit 0e5a4ee45687d7abc3987a99be386ab87c930b8d
Author: Forrest L Norvell <forrest@npmjs.com>
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
> npm-registry-couchapp@2.6.8 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
# 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
- npm-git-test@1.0.0
-
-
- dummy-npm-bar@4.0.0
-
-
- dummy-npm-buzz@3.0.0
-
-
-
bauchelain% node test/tap/git-races.js
TAP version 13
# setup
ok 1 setup ran OK
dummy-npm-buzz@3.0.0 node_modules/dummy-npm-buzz
dummy-npm-foo@4.0.0 node_modules/dummy-npm-foo
└── dummy-npm-buzz@2.0.0
dummy-npm-bar@4.0.0 node_modules/dummy-npm-bar
+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> > npm@3.0.0-pre.6 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