Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

remark-github

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-github - npm Package Compare versions

Comparing version 7.0.4 to 7.0.5

license

4

lib/index.js

@@ -23,3 +23,3 @@ 'use strict'

path = require('path')
} catch (err) {}
} catch (error) {}

@@ -59,3 +59,3 @@ /* Username may only contain alphanumeric characters or

pack = JSON.parse(fs.readFileSync(path.join(proc.cwd(), 'package.json')))
} catch (err) {
} catch (error) {
pack = {}

@@ -62,0 +62,0 @@ }

{
"name": "remark-github",
"version": "7.0.4",
"version": "7.0.5",
"description": "Auto-link references like in GitHub issues, PRs, and comments",

@@ -21,5 +21,5 @@ "license": "MIT",

"bugs": "https://github.com/remarkjs/remark-github/issues",
"author": "Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)",
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (http://wooorm.com)"
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],

@@ -39,10 +39,10 @@ "files": [

"browserify": "^16.0.0",
"nyc": "^12.0.0",
"nyc": "^13.0.0",
"prettier": "^1.14.2",
"remark": "^9.0.0",
"remark-cli": "^5.0.0",
"remark": "^10.0.0",
"remark-cli": "^6.0.0",
"remark-preset-wooorm": "^4.0.0",
"tape": "^4.4.0",
"tinyify": "^2.4.3",
"xo": "^0.22.0"
"xo": "^0.23.0"
},

@@ -49,0 +49,0 @@ "scripts": {

@@ -1,3 +0,10 @@

# remark-github [![Build Status][build-badge]][build-status] [![Coverage Status][coverage-badge]][coverage-status] [![Chat][chat-badge]][chat]
# remark-github
[![Build][build-badge]][build]
[![Coverage][coverage-badge]][coverage]
[![Downloads][downloads-badge]][downloads]
[![Chat][chat-badge]][chat]
[![Sponsors][sponsors-badge]][collective]
[![Backers][backers-badge]][collective]
Auto-link references to commits, issues, pull-requests, and users like

@@ -137,16 +144,26 @@ GitHub: [Writing on GitHub][writing-on-github].

[build-status]: https://travis-ci.org/remarkjs/remark-github
[build]: https://travis-ci.org/remarkjs/remark-github
[coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-github.svg
[coverage-status]: https://codecov.io/github/remarkjs/remark-github
[coverage]: https://codecov.io/github/remarkjs/remark-github
[chat-badge]: https://img.shields.io/gitter/room/remarkjs/Lobby.svg
[downloads-badge]: https://img.shields.io/npm/dm/remark-github.svg
[chat]: https://gitter.im/remarkjs/Lobby
[downloads]: https://www.npmjs.com/package/remark-github
[license]: LICENSE
[chat-badge]: https://img.shields.io/badge/join%20the%20community-on%20spectrum-7b16ff.svg
[author]: http://wooorm.com
[chat]: https://spectrum.chat/unified/remark
[sponsors-badge]: https://opencollective.com/unified/sponsors/badge.svg
[backers-badge]: https://opencollective.com/unified/backers/badge.svg
[collective]: https://opencollective.com/unified
[license]: license
[author]: https://wooorm.com
[npm]: https://docs.npmjs.com/cli/install

@@ -153,0 +170,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc