remark-github
Advanced tools
Comparing version 7.0.2 to 7.0.3
@@ -35,3 +35,3 @@ 'use strict'; | ||
var USER = '(' + NAME + ')'; | ||
var PROJECT = '((?:[a-z0-9-]|\\.git[a-z0-9-]|\\.(?!git))+)'; | ||
var PROJECT = '((?:[_A-Za-z0-9-]|\\.git[_A-Za-z0-9-]|\\.(?!git))+)'; | ||
var REPO = USER + '\\/' + PROJECT; | ||
@@ -38,0 +38,0 @@ |
{ | ||
"name": "remark-github", | ||
"version": "7.0.2", | ||
"version": "7.0.3", | ||
"description": "Auto-link references like in GitHub issues, PRs, and comments", | ||
@@ -19,4 +19,4 @@ "license": "MIT", | ||
], | ||
"repository": "wooorm/remark-github", | ||
"bugs": "https://github.com/wooorm/remark-github/issues", | ||
"repository": "remarkjs/remark-github", | ||
"bugs": "https://github.com/remarkjs/remark-github/issues", | ||
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)", | ||
@@ -23,0 +23,0 @@ "contributors": [ |
@@ -23,7 +23,7 @@ # remark-github [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat] | ||
- Commit (fork): foo@f8083175fe890cbf14f41d0a06e7aa35d4989587 | ||
- Commit (repo): wooorm/remark@e1aa9f6c02de18b9459b7d269712bcb50183ce89 | ||
- Commit (repo): remarkjs/remark@e1aa9f6c02de18b9459b7d269712bcb50183ce89 | ||
- Issue or PR (`#`): #1 | ||
- Issue or PR (`GH-`): GH-1 | ||
- Issue or PR (fork): foo#1 | ||
- Issue or PR (project): wooorm/remark#1 | ||
- Issue or PR (project): remarkjs/remark#1 | ||
- Mention: @wooorm | ||
@@ -33,6 +33,6 @@ | ||
- Commit: https://github.com/wooorm/remark/commit/e1aa9f6c02de18b9459b7d269712bcb50183ce89 | ||
- Commit comment: https://github.com/wooorm/remark/commit/ac63bc3abacf14cf08ca5e2d8f1f8e88a7b9015c#commitcomment-16372693 | ||
- Issue or PR: https://github.com/wooorm/remark/issues/182 | ||
- Issue or PR comment: https://github.com/wooorm/remark-github/issues/3#issue-151160339 | ||
- Commit: https://github.com/remarkjs/remark/commit/e1aa9f6c02de18b9459b7d269712bcb50183ce89 | ||
- Commit comment: https://github.com/remarkjs/remark/commit/ac63bc3abacf14cf08ca5e2d8f1f8e88a7b9015c#commitcomment-16372693 | ||
- Issue or PR: https://github.com/remarkjs/remark/issues/182 | ||
- Issue or PR comment: https://github.com/remarkjs/remark-github/issues/3#issue-151160339 | ||
- Mention: @ben-eb | ||
@@ -61,9 +61,9 @@ ``` | ||
- Commit: [`f808317`](https://github.com/wooorm/remark-github/commit/f8083175fe890cbf14f41d0a06e7aa35d4989587) | ||
- Commit: [`f808317`](https://github.com/remarkjs/remark-github/commit/f8083175fe890cbf14f41d0a06e7aa35d4989587) | ||
- Commit (fork): [foo@`f808317`](https://github.com/foo/remark-github/commit/f8083175fe890cbf14f41d0a06e7aa35d4989587) | ||
- Commit (repo): [wooorm/remark@`e1aa9f6`](https://github.com/wooorm/remark/commit/e1aa9f6c02de18b9459b7d269712bcb50183ce89) | ||
- Issue or PR (`#`): [#1](https://github.com/wooorm/remark-github/issues/1) | ||
- Issue or PR (`GH-`): [GH-1](https://github.com/wooorm/remark-github/issues/1) | ||
- Commit (repo): [remarkjs/remark@`e1aa9f6`](https://github.com/remarkjs/remark/commit/e1aa9f6c02de18b9459b7d269712bcb50183ce89) | ||
- Issue or PR (`#`): [#1](https://github.com/remarkjs/remark-github/issues/1) | ||
- Issue or PR (`GH-`): [GH-1](https://github.com/remarkjs/remark-github/issues/1) | ||
- Issue or PR (fork): [foo#1](https://github.com/foo/remark-github/issues/1) | ||
- Issue or PR (project): [wooorm/remark#1](https://github.com/wooorm/remark/issues/1) | ||
- Issue or PR (project): [remarkjs/remark#1](https://github.com/remarkjs/remark/issues/1) | ||
- Mention: [**@wooorm**](https://github.com/wooorm) | ||
@@ -73,6 +73,6 @@ | ||
- Commit: [wooorm/remark@`e1aa9f6`](https://github.com/wooorm/remark/commit/e1aa9f6c02de18b9459b7d269712bcb50183ce89) | ||
- Commit comment: [wooorm/remark@`ac63bc3` (comment)](https://github.com/wooorm/remark/commit/ac63bc3abacf14cf08ca5e2d8f1f8e88a7b9015c#commitcomment-16372693) | ||
- Issue or PR: [wooorm/remark#182](https://github.com/wooorm/remark/issues/182) | ||
- Issue or PR comment: [#3 (comment)](https://github.com/wooorm/remark-github/issues/3#issue-151160339) | ||
- Commit: [remarkjs/remark@`e1aa9f6`](https://github.com/remarkjs/remark/commit/e1aa9f6c02de18b9459b7d269712bcb50183ce89) | ||
- Commit comment: [remarkjs/remark@`ac63bc3` (comment)](https://github.com/remarkjs/remark/commit/ac63bc3abacf14cf08ca5e2d8f1f8e88a7b9015c#commitcomment-16372693) | ||
- Issue or PR: [remarkjs/remark#182](https://github.com/remarkjs/remark/issues/182) | ||
- Issue or PR comment: [#3 (comment)](https://github.com/remarkjs/remark-github/issues/3#issue-151160339) | ||
- Mention: [**@ben-eb**](https://github.com/ben-eb) | ||
@@ -94,6 +94,6 @@ ``` | ||
* Commits across forks: | ||
`wooorm@1f2a4fb` → [wooorm@`1f2a4fb`][user-sha] | ||
`remarkjs@1f2a4fb` → [remarkjs@`1f2a4fb`][user-sha] | ||
* Commits across projects: | ||
`wooorm/remark-github@1f2a4fb` → | ||
[wooorm/remark-github@`1f2a4fb`][project-sha] | ||
`remarkjs/remark-github@1f2a4fb` → | ||
[remarkjs/remark-github@`1f2a4fb`][project-sha] | ||
* Prefix issues: | ||
@@ -104,5 +104,5 @@ `GH-1` → [GH-1][issue] | ||
* Issues across forks: | ||
`wooorm#1` → [wooorm#1][user-issue] | ||
`remarkjs#1` → [remarkjs#1][user-issue] | ||
* Issues across projects: | ||
`wooorm/remark-github#1` → [wooorm/remark-github#1][project-issue] | ||
`remarkjs/remark-github#1` → [remarkjs/remark-github#1][project-issue] | ||
* At-mentions: | ||
@@ -127,2 +127,9 @@ `@mention` and `@wooorm` → | ||
## Contribute | ||
See [`contribute.md` in `remarkjs/remarkj`][contribute] for ways to get started. | ||
This organisation has a [Code of Conduct][coc]. By interacting with this | ||
repository, organisation, or community you agree to abide by its terms. | ||
## License | ||
@@ -134,13 +141,13 @@ | ||
[build-badge]: https://img.shields.io/travis/wooorm/remark-github.svg | ||
[build-badge]: https://img.shields.io/travis/remarkjs/remark-github.svg | ||
[build-status]: https://travis-ci.org/wooorm/remark-github | ||
[build-status]: https://travis-ci.org/remarkjs/remark-github | ||
[coverage-badge]: https://img.shields.io/codecov/c/github/wooorm/remark-github.svg | ||
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-github.svg | ||
[coverage-status]: https://codecov.io/github/wooorm/remark-github | ||
[coverage-status]: https://codecov.io/github/remarkjs/remark-github | ||
[chat-badge]: https://img.shields.io/gitter/room/wooorm/remark.svg | ||
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg | ||
[chat]: https://gitter.im/wooorm/remark | ||
[chat]: https://gitter.im/remarkjs/Lobby | ||
@@ -155,13 +162,13 @@ [license]: LICENSE | ||
[sha]: https://github.com/wooorm/remark-github/commit/1f2a4fb8f88a0a98ea9d0c0522cd538a9898f921 | ||
[sha]: https://github.com/remarkjs/remark-github/commit/1f2a4fb8f88a0a98ea9d0c0522cd538a9898f921 | ||
[user-sha]: https://github.com/wooorm/remark-github/commit/1f2a4fb8f88a0a98ea9d0c0522cd538a9898f921 | ||
[user-sha]: https://github.com/remarkjs/remark-github/commit/1f2a4fb8f88a0a98ea9d0c0522cd538a9898f921 | ||
[project-sha]: https://github.com/wooorm/remark-github/commit/1f2a4fb8f88a0a98ea9d0c0522cd538a9898f921 | ||
[project-sha]: https://github.com/remarkjs/remark-github/commit/1f2a4fb8f88a0a98ea9d0c0522cd538a9898f921 | ||
[issue]: https://github.com/wooorm/remark-github/issues/1 | ||
[issue]: https://github.com/remarkjs/remark-github/issues/1 | ||
[user-issue]: https://github.com/wooorm/remark-github/issues/1 | ||
[user-issue]: https://github.com/remarkjs/remark-github/issues/1 | ||
[project-issue]: https://github.com/wooorm/remark-github/issues/1 | ||
[project-issue]: https://github.com/remarkjs/remark-github/issues/1 | ||
@@ -171,1 +178,5 @@ [mentions]: https://github.com/blog/821 | ||
[mention]: https://github.com/wooorm | ||
[contribute]: https://github.com/remarkjs/remark/blob/master/contributing.md | ||
[coc]: https://github.com/remarkjs/remark/blob/master/code-of-conduct.md |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
27824
173