Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
55 commits
Select commit Hold shift + click to select a range
8cff8ee
tar@4.4.3
zkat May 24, 2018
bfc4f87
pacote@8.1.6
zkat May 24, 2018
5320961
libcipm@2.0.0
zkat May 24, 2018
6c29461
test: Flat installs are ok
iarna May 24, 2018
0483f5c
Flatten dependencies and add dev deps to git
iarna May 24, 2018
c8ba757
dedupe: Fix deduping bundles (eg don't)
iarna May 24, 2018
cd698f0
audit: Add synopsis to brief help and suppress trailing newline (#20762)
wyardley May 31, 2018
7ba3fca
errors: direct people to npm.community instead of github (#20855)
zkat Jun 1, 2018
ecc7560
audit: add test to make sure dev: true is preserved
zkat Jun 1, 2018
4a51277
request@2.87.0
iarna Jun 7, 2018
b7cc48d
which@1.3.1
iarna Jun 7, 2018
bae657c
tar@4.4.4
iarna Jun 7, 2018
3d46e5c
JSONStream@1.3.3
iarna Jun 7, 2018
d0a905d
is-cidr@2.0.6
iarna Jun 7, 2018
4fc1f81
marked@0.4.0
iarna Jun 7, 2018
f722029
tap@12.0.1
iarna Jun 7, 2018
f456fca
scripts: auto generate ignores
iarna Jun 7, 2018
0762ebb
chore: Prune dev deps from git
iarna Jun 7, 2018
bdce96e
npm-profile@3.0.2
iarna Jun 7, 2018
ef9fa1c
remove unused direct dep ansi-regex
iarna Jun 7, 2018
0d14b0b
chore: reshuffle ansi-regex for better deduping
iarna Jun 7, 2018
68a1018
chore: reshuffle strip-ansi for better deduping
iarna Jun 7, 2018
0d5251f
chore: reshuffle is-fullwidth-code-point for better deduping
iarna Jun 7, 2018
2d08866
test: Add fake-registry, npm-registry-mock replacement
iarna Jun 8, 2018
eef5d19
add npm audit resolve command
naugtur Jun 16, 2018
a72795d
add audit-resolv.json support to audit command, pass on npm.prefix to…
naugtur Jun 20, 2018
f67dd20
latest audit resolver, updated dependencies
naugtur Jun 20, 2018
ce07933
config: Enable config for suppressing update-notifier (#20750)
travi Jun 28, 2018
88efbf6
docs: fix typo in registry page (#20859)
strugee Jun 28, 2018
d2ad776
run-script: show suggestions when script name is typoed (#20879)
watilde Jun 28, 2018
6808ee3
misc: Exclude /.github directory from package (#20881)
styfle Jun 28, 2018
61bf827
docs: Fixed a small grammar error in the README (#20947)
Jun 28, 2018
8f033d7
node-gyp: fix regex to match multi-digit versions (#20948)
Trott Jun 28, 2018
833efe4
docs: Add info about tarball requirements (#20986)
Maximaximum Jun 28, 2018
f5230c9
docs: small typo fix in CONTRIBUTING.md (#21018)
reggi Jun 28, 2018
9fc0dc4
docs: clarify text in npm-link.md (#21019)
davidgilbertson Jun 28, 2018
3924c72
docs: Add missing "if" (#21064)
roblourens Jun 28, 2018
177cbb4
cache: Add warning text about using temp cache for debugging (#21105)
karanjthakkar Jun 28, 2018
fe4240e
uuid@3.3.2
zkat Jun 28, 2018
feb4e2b
doc: update changelog for npm@6.2.0
zkat Jun 28, 2018
d7cf1b3
update AUTHORS
zkat Jun 29, 2018
ea9415f
6.2.0-next.0
zkat Jun 29, 2018
ecdcbd7
misc: remove postinstall script that broke stuff (#21129)
zkat Jul 5, 2018
5440b5e
doc: update changelog for npm@6.2.0
zkat Jul 5, 2018
843bdd6
6.2.0-next.1
zkat Jul 5, 2018
d9b2712
request@2.81.0
zkat Jul 10, 2018
2ac48f8
node-gyp@3.7.0
zkat Jul 10, 2018
8dc6d76
cli-table3@0.5.0
zkat Jul 10, 2018
90c759f
npm-audit-report@1.3.1
zkat Jul 10, 2018
5724983
docs: remove back-ticks not being parsed as markdown (#21165)
hchiam Jul 10, 2018
7381783
docs: republish waiting period (#20920)
gmattie Jul 10, 2018
244b183
audit: add support for --parseable output (#20554)
luislobo Jul 10, 2018
7984206
version: Add new sign-git-commit config (#12697)
tribou Jul 10, 2018
4c32413
run-script: Do not use SET to fetch the env in git-bash or cygwin
gucong3000 May 2, 2018
616a97b
Merge branch 'audit-resolver' of github.com:naugtur/npm into audit-re…
naugtur Jul 12, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
cli-table3@0.5.0
replaces cli-table2
  • Loading branch information
zkat committed Jul 10, 2018
commit 8dc6d76408f83ba35bda77a2ac1bdbde01937349
2 changes: 1 addition & 1 deletion lib/hook.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const npm = require('./npm.js')
const output = require('./utils/output.js')
const pudding = require('figgy-pudding')
const relativeDate = require('tiny-relative-date')
const Table = require('cli-table2')
const Table = require('cli-table3')
const usage = require('./utils/usage.js')
const validate = require('aproba')

Expand Down
2 changes: 1 addition & 1 deletion lib/profile.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const npm = require('./npm.js')
const log = require('npmlog')
const output = require('./utils/output.js')
const qw = require('qw')
const Table = require('cli-table2')
const Table = require('cli-table3')
const ansistyles = require('ansistyles')
const Bluebird = require('bluebird')
const readUserInfo = require('./utils/read-user-info.js')
Expand Down
2 changes: 1 addition & 1 deletion lib/token.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
const profile = require('npm-profile')
const npm = require('./npm.js')
const output = require('./utils/output.js')
const Table = require('cli-table2')
const Table = require('cli-table3')
const Bluebird = require('bluebird')
const isCidrV4 = require('is-cidr').v4
const isCidrV6 = require('is-cidr').v6
Expand Down
48 changes: 48 additions & 0 deletions node_modules/cli-table3/CHANGELOG.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions node_modules/cli-table3/LICENSE

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

218 changes: 218 additions & 0 deletions node_modules/cli-table3/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/cli-table3/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading