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

remark-github

Package Overview
Dependencies
Maintainers
2
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 10.0.1 to 10.1.0

types/index.d.ts

7

index.js

@@ -91,7 +91,4 @@ 'use strict'

if (pkg && pkg.repository) {
repository = pkg.repository.url || pkg.repository
} else {
repository = ''
}
repository =
pkg && pkg.repository ? pkg.repository.url || pkg.repository : ''
}

@@ -98,0 +95,0 @@

{
"name": "remark-github",
"version": "10.0.1",
"version": "10.1.0",
"description": "remark plugin to autolink references like in GitHub issues, PRs, and comments",

@@ -35,3 +35,5 @@ "license": "MIT",

],
"types": "types/index.d.ts",
"files": [
"types/index.d.ts",
"index.js"

@@ -46,2 +48,3 @@ ],

"browserify": "^17.0.0",
"dtslint": "^3.0.0",
"nyc": "^15.0.0",

@@ -55,3 +58,4 @@ "prettier": "^2.0.0",

"tinyify": "^3.0.0",
"xo": "^0.33.0"
"unified": "^9.0.0",
"xo": "^0.37.0"
},

@@ -65,3 +69,4 @@ "scripts": {

"test-coverage": "nyc --reporter lcov tape test/index.js",
"test": "npm run format && npm run build && npm run test-coverage"
"test-types": "dtslint types",
"test": "npm run format && npm run build && npm run test-coverage && npm run test-types"
},

@@ -68,0 +73,0 @@ "nyc": {

@@ -160,5 +160,5 @@ # remark-github

[build-badge]: https://img.shields.io/travis/remarkjs/remark-github/main.svg
[build-badge]: https://github.com/remarkjs/remark-github/workflows/main/badge.svg
[build]: https://travis-ci.org/remarkjs/remark-github
[build]: https://github.com/remarkjs/remark-github/actions

@@ -165,0 +165,0 @@ [coverage-badge]: https://img.shields.io/codecov/c/github/remarkjs/remark-github.svg

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