Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: npm/cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 82170b429fa2e04a52ea14bb83ff59b772dc3f67
Choose a base ref
..
head repository: npm/cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: db63b8982c103e01553713c3d60e16480e257ab2
Choose a head ref
Showing with 31 additions and 16 deletions.
  1. +4 −0 CHANGELOG.md
  2. +10 −0 node_modules/libcipm/CHANGELOG.md
  3. +2 −1 node_modules/libcipm/index.js
  4. +11 −11 node_modules/libcipm/package.json
  5. +3 −3 package-lock.json
  6. +1 −1 package.json
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -39,6 +39,10 @@ semver, but there's nothing major here.
[npm.community#4752](https://npm.community/t/npm-6-6-0-broke-authentication-with-npm-registry-couchapp/4752)
`libnpmpublish@1.1.1`: Fixes auth error for username/password legacy authentication.
([@sreeramjayan](https://github.com/sreeramjayan))
* [`0af8c00ac`](https://github.com/npm/cli/commit/0af8c00acb01849362ffca25b567cc62447c7175)
[npm.community#4746](https://npm.community/t/npm-6-6-0-release-breaking-docker-npm-ci-commands/4746)
`libcipm@3.0.3`: Fixes issue with "cannot run in wd" errors for run-scripts.
([@zkat](https://github.com/zkat))

## v6.6.0 (2019-01-17):

10 changes: 10 additions & 0 deletions node_modules/libcipm/CHANGELOG.md

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

3 changes: 2 additions & 1 deletion node_modules/libcipm/index.js

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

22 changes: 11 additions & 11 deletions node_modules/libcipm/package.json

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

6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -72,7 +72,7 @@
"is-cidr": "^3.0.0",
"json-parse-better-errors": "^1.0.2",
"lazy-property": "~1.0.0",
"libcipm": "^3.0.2",
"libcipm": "^3.0.3",
"libnpm": "^2.0.1",
"libnpmhook": "^5.0.2",
"libnpx": "^10.2.0",