New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ghauth

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ghauth - npm Package Compare versions

Comparing version 5.0.2 to 6.0.0

11

CHANGELOG.md

@@ -0,1 +1,12 @@

## [6.0.0](https://github.com/rvagg/ghauth/compare/v5.0.2...v6.0.0) (2023-12-08)
### ⚠ BREAKING CHANGES
* Node.js 18+ is required
### Bug Fixes
* replace `node-fetch` with built-in `fetch` ([#31](https://github.com/rvagg/ghauth/issues/31)) ([a39c686](https://github.com/rvagg/ghauth/commit/a39c686a2c95d81f7f7b54c9d226f3916922af88))
## [5.0.2](https://github.com/rvagg/ghauth/compare/v5.0.1...v5.0.2) (2023-12-08)

@@ -2,0 +13,0 @@

1

ghauth.js

@@ -5,3 +5,2 @@ 'use strict'

const read = promisify(require('read'))
const fetch = require('node-fetch')
const appCfg = require('application-config')

@@ -8,0 +7,0 @@ const querystring = require('querystring')

{
"name": "ghauth",
"version": "5.0.2",
"version": "6.0.0",
"description": "Create and load persistent GitHub authentication tokens for command-line apps",

@@ -29,3 +29,2 @@ "main": "ghauth.js",

"application-config": "^2.0.0",
"node-fetch": "^2.6.0",
"ora": "^4.0.5",

@@ -32,0 +31,0 @@ "read": "^1.0.7"

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