Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also 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/npm-package-arg
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1da5ca95626394f8be9eb5820385836ff563ad1b
Choose a base ref
...
head repository: npm/npm-package-arg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf86221664e55aebb92a915c7878d9b17caf1d8e
Choose a head ref
  • 3 commits
  • 3 files changed
  • 1 contributor

Commits on Nov 9, 2019

  1. chore: update deps

    isaacs committed Nov 9, 2019
    Copy the full SHA
    ee44e84 View commit details

Commits on Nov 11, 2019

  1. deps: bump hosted-git-info to 3.0.2

    BREAKING CHANGE: this drops support for ancient node versions.
    See npm/hosted-git-info#38 (comment)
    isaacs committed Nov 11, 2019
    Copy the full SHA
    68a4fc3 View commit details
  2. chore(release): 7.0.0

    isaacs committed Nov 11, 2019
    Copy the full SHA
    bf86221 View commit details
Showing with 1,712 additions and 2,236 deletions.
  1. +15 −0 CHANGELOG.md
  2. +1,695 −2,234 package-lock.json
  3. +2 −2 package.json
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -2,6 +2,21 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="7.0.0"></a>
# [7.0.0](https://github.com/npm/npm-package-arg/compare/v6.1.1...v7.0.0) (2019-11-11)


### deps

* bump hosted-git-info to 3.0.2 ([68a4fc3](https://github.com/npm/npm-package-arg/commit/68a4fc3)), closes [/github.com/npm/hosted-git-info/pull/38#issuecomment-520243803](https://github.com//github.com/npm/hosted-git-info/pull/38/issues/issuecomment-520243803)


### BREAKING CHANGES

* this drops support for ancient node versions.



<a name="6.1.1"></a>
## [6.1.1](https://github.com/npm/npm-package-arg/compare/v6.1.0...v6.1.1) (2019-08-21)

3,929 changes: 1,695 additions & 2,234 deletions package-lock.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "npm-package-arg",
"version": "6.1.1",
"version": "7.0.0",
"description": "Parse the things that can be arguments to `npm install`",
"main": "npa.js",
"directories": {
@@ -10,7 +10,7 @@
"npa.js"
],
"dependencies": {
"hosted-git-info": "^2.7.1",
"hosted-git-info": "^3.0.2",
"osenv": "^0.1.5",
"semver": "^5.6.0",
"validate-npm-package-name": "^3.0.0"