-
Notifications
You must be signed in to change notification settings - Fork 41
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: 2fa53ce9c3a000626e58c115205d4049c5b1ef42
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: npm/npm-package-arg
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bf86221664e55aebb92a915c7878d9b17caf1d8e
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
8
contributors
Commits on Mar 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2313749 - Browse repository at this point
Copy the full SHA 2313749View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3351d8 - Browse repository at this point
Copy the full SHA f3351d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 22228fd - Browse repository at this point
Copy the full SHA 22228fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for cbbb546 - Browse repository at this point
Copy the full SHA cbbb546View commit details
Commits on Apr 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f32cf53 - Browse repository at this point
Copy the full SHA f32cf53View commit details -
npa: Update to npm@5 semantics per the local-specifier RFC
There are also a number of other changes to improve the experience of using this library. `realize-package-specifier` should no longer be needed. * New properties: * `registry` - If true this specifier refers to a resource hosted on a registry. This is true for `tag`, `version` and `range` types. * `saveSpec` - A normalized form of the specifier that can be fed back into `npm-package-arg` to get identical results. * `fetchSpec` - The information necessary to fetch this resource without further processing. For git sources, this can be passed directly to git clone, for files, `fs.readFile`, and so on. * `gitRange` - If the user requested a git URL with a semver range, eg `git+ssh://site.com/foo.git#semver:^1.0.0` then this holds the range part. * `gitCommittish' - If the user requested a git URL with a specific branch, tag or commit then this holds that value. * Removed properties: * `spec` - Has been replaced by `saveSpec` and `fetchSpec` respectively. * Changed properties: * `type` indicates what sort of specifier this is, values are: `file`, `directory`, `git`, `remote`, `version`, `range`, `tag`. * `hosted` is now a `hosted-git-info` object, not a map containing strings. * Changes to local specifiers: * Trailing spaces on local specifiers are no longer trimmed. * The `spec` field for local specifiers is now a fully resolved path. * The type is now `file` or `directory, never `local`. * Changes to git specifiers: * `saveSpec` does not remove the `git+` prefix. `fetchSpec` does. * Changes to hosted git specifiers: * The `type` is now _git_. You can check if something is hosted by looking at the `hosted` property.
Configuration menu - View commit details
-
Copy full SHA for 1ae38e5 - Browse repository at this point
Copy the full SHA 1ae38e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 747aa84 - Browse repository at this point
Copy the full SHA 747aa84View commit details -
Configuration menu - View commit details
-
Copy full SHA for af9aff4 - Browse repository at this point
Copy the full SHA af9aff4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c85a786 - Browse repository at this point
Copy the full SHA c85a786View commit details
Commits on Jun 1, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5979600 - Browse repository at this point
Copy the full SHA 5979600View commit details
Commits on Jun 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 5bec2eb - Browse repository at this point
Copy the full SHA 5bec2ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ecddeb - Browse repository at this point
Copy the full SHA 2ecddebView commit details -
Revert "git: add support for scp-style git specs"
This reverts commit 5979600.
Configuration menu - View commit details
-
Copy full SHA for c704f98 - Browse repository at this point
Copy the full SHA c704f98View commit details -
git: add support for scp-style git specs
I shouldn't be allowed near regexes ever
Configuration menu - View commit details
-
Copy full SHA for b0c02c7 - Browse repository at this point
Copy the full SHA b0c02c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d971d2 - Browse repository at this point
Copy the full SHA 1d971d2View commit details
Commits on Jun 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 8d26082 - Browse repository at this point
Copy the full SHA 8d26082View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1288a66 - Browse repository at this point
Copy the full SHA 1288a66View commit details
Commits on Jun 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e112d1b - Browse repository at this point
Copy the full SHA e112d1bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99c778e - Browse repository at this point
Copy the full SHA 99c778eView commit details
Commits on Oct 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ba0ae6a - Browse repository at this point
Copy the full SHA ba0ae6aView commit details -
Stop defaulting git-branch, return null when unset (#26)
BREAKING CHANGE: branch now defaults to `null` instead of `'master'`
Configuration menu - View commit details
-
Copy full SHA for 5b2a731 - Browse repository at this point
Copy the full SHA 5b2a731View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf55b3f - Browse repository at this point
Copy the full SHA cf55b3fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c60180 - Browse repository at this point
Copy the full SHA 8c60180View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8425a96 - Browse repository at this point
Copy the full SHA 8425a96View commit details
Commits on Apr 10, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 647a0b3 - Browse repository at this point
Copy the full SHA 647a0b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab99f8e - Browse repository at this point
Copy the full SHA ab99f8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 861040c - Browse repository at this point
Copy the full SHA 861040cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f446255 - Browse repository at this point
Copy the full SHA f446255View commit details -
Configuration menu - View commit details
-
Copy full SHA for adf41e8 - Browse repository at this point
Copy the full SHA adf41e8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b62929 - Browse repository at this point
Copy the full SHA 4b62929View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d0d957 - Browse repository at this point
Copy the full SHA 7d0d957View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4760e1c - Browse repository at this point
Copy the full SHA 4760e1cView commit details
Commits on Feb 1, 2019
-
Audrey Eschright committed
Feb 1, 2019 Configuration menu - View commit details
-
Copy full SHA for db7ca93 - Browse repository at this point
Copy the full SHA db7ca93View commit details -
Audrey Eschright committed
Feb 1, 2019 Configuration menu - View commit details
-
Copy full SHA for b2c1e0c - Browse repository at this point
Copy the full SHA b2c1e0cView commit details -
chore: update CI for current Node LTS
Audrey Eschright committedFeb 1, 2019 Configuration menu - View commit details
-
Copy full SHA for a5a18b3 - Browse repository at this point
Copy the full SHA a5a18b3View commit details
Commits on Aug 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 3909203 - Browse repository at this point
Copy the full SHA 3909203View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5da1f4 - Browse repository at this point
Copy the full SHA c5da1f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 84a9569 - Browse repository at this point
Copy the full SHA 84a9569View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1da5ca9 - Browse repository at this point
Copy the full SHA 1da5ca9View commit details
Commits on Nov 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ee44e84 - Browse repository at this point
Copy the full SHA ee44e84View commit details
Commits on Nov 11, 2019
-
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)
Configuration menu - View commit details
-
Copy full SHA for 68a4fc3 - Browse repository at this point
Copy the full SHA 68a4fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for bf86221 - Browse repository at this point
Copy the full SHA bf86221View commit details
There are no files selected for viewing