Socket
Socket
Sign inDemoInstall

terminal-link

Package Overview
Dependencies
4
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.2.0

index.d.ts

1

index.js

@@ -13,2 +13,3 @@ 'use strict';

module.exports.default = module.exports;
module.exports.isSupported = supportsHyperlinks.stdout;

14

package.json
{
"name": "terminal-link",
"version": "1.1.0",
"version": "1.2.0",
"description": "Create clickable links in the terminal",

@@ -16,6 +16,7 @@ "license": "MIT",

"scripts": {
"test": "xo && ava"
"test": "xo && ava && tsd-check"
},
"files": [
"index.js"
"index.js",
"index.d.ts"
],

@@ -38,6 +39,7 @@ "keywords": [

"devDependencies": {
"ava": "*",
"clear-module": "^2.1.0",
"xo": "*"
"ava": "^1.0.1",
"clear-module": "^3.0.0",
"tsd-check": "^0.2.1",
"xo": "^0.23.0"
}
}

@@ -5,3 +5,3 @@ # terminal-link [![Build Status](https://travis-ci.org/sindresorhus/terminal-link.svg?branch=master)](https://travis-ci.org/sindresorhus/terminal-link)

<img src="screenshot.gif" width="301">
<img src="screenshot.gif" width="301" height="148">

@@ -8,0 +8,0 @@

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc