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

ttab

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ttab - npm Package Compare versions

Comparing version 0.7.1 to 0.7.2

3

CHANGELOG.md

@@ -7,2 +7,5 @@ # Changelog

* **[v0.7.2](https://github.com/mklement0/ttab/compare/v0.7.1...v0.7.2)** (2021-10-26):
* [fix] for #39; `ttab` now works correctly when iTerm's "Exclude from Dock and ⌘-Tab Application Switcher" preference is enabled, albeit without support for `-g` and `-G`, for technical reasons.
* **[v0.7.1](https://github.com/mklement0/ttab/compare/v0.7.0...v0.7.1)** (2021-04-06):

@@ -9,0 +12,0 @@ * [fix] Fix for #13: `-g` and `-G` now work in macOS Big Sur too.

4

package.json

@@ -5,3 +5,3 @@ {

"private": false,
"version": "0.7.1",
"version": "0.7.2",
"os": [

@@ -54,3 +54,3 @@ "darwin",

"doctoc": "^1.4.0",
"json": "^9.0.3",
"json": "^10.0.0",
"marked": "^0.7.0",

@@ -57,0 +57,0 @@ "marked-man": "^0.7.0",

@@ -180,2 +180,5 @@ [![npm version](https://img.shields.io/npm/v/ttab.svg)](https://npmjs.com/package/ttab) [![license](https://img.shields.io/npm/l/ttab.svg)](https://github.com/mklement0/ttab/blob/master/LICENSE.md)

* **[v0.7.2](https://github.com/mklement0/ttab/compare/v0.7.1...v0.7.2)** (2021-10-26):
* [fix] for #39; `ttab` now works correctly when iTerm's "Exclude from Dock and ⌘-Tab Application Switcher" preference is enabled, albeit without support for `-g` and `-G`, for technical reasons.
* **[v0.7.1](https://github.com/mklement0/ttab/compare/v0.7.0...v0.7.1)** (2021-04-06):

@@ -182,0 +185,0 @@ * [fix] Fix for #13: `-g` and `-G` now work in macOS Big Sur too.

@@ -5,2 +5,4 @@ # Figure out how to automatically update ttab.rb for Homebrew on every new release

Manual instructions for now.
Presumably this means that we must make *2* commits:

@@ -13,12 +15,14 @@

```powershell
$ver='0.6.1'; curl -Lo /tmp/ttab.tar.gz https://github.com/mklement0/ttab/archive/v$ver.tar.gz && shasum -a 256 /tmp/ttab.tar.gz && rm /tmp/ttab.tar.gz
$ver='0.7.1'; curl -Lo /tmp/ttab.tar.gz https://github.com/mklement0/ttab/archive/v$ver.tar.gz && shasum -a 256 /tmp/ttab.tar.gz && rm /tmp/ttab.tar.gz
```
* Update the `*.rb` file in terms of both the URL and the hash.
* Test the formula locally.
```powershell
brew install -s ./ttab.rb
$env:HOMEBREW_NO_AUTO_UPDATE=1; brew install --formula ./ttab.rb
```
* Update the `*.rb` file in terms of both the URL and the hash, and commit it.
* Commit and push.

@@ -25,0 +29,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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