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

hukum

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hukum - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

.github/workflows/mirror.yml

7

CHANGELOG.md
# Changelog
## [1.2.0]
### Added
- Add a Github Action workflow to mirror codebase to a private Gitlab repository.
### Fixed
- Fix invalid repo name when remote URL has `.git` string not at the end, e.g. `username.github.io`.
## [1.1.0]
### Added

@@ -6,0 +11,0 @@ - Add a message when a related workflow is not found.

2

lib/git.js

@@ -21,3 +21,3 @@

.replace('git@github.com:', '')
.replace('.git', '')
.replace(/\.git$/, '')

@@ -24,0 +24,0 @@ console.log(info)

{
"name": "hukum",
"version": "1.1.0",
"description": "An NPM module that aims to improve your development process by printing the realtime status of Github Actions Workflow on your terminal.",
"version": "1.2.0",
"description": "An NPM module that displays Github Action progress in the terminal and aims to improve your development experience by printing status in realtime.",
"keywords": [
"github-actions",
"github-apis",
"developer-tools",
"developer-experience",
"developer-productivity"
],
"main": "index.js",

@@ -14,2 +21,3 @@ "bin": {

"homepage": "https://github.com/abskmj/hukum",
"bugs": "https://github.com/abskmj/hukum/issues",
"repository": "github:abskmj/hukum",

@@ -16,0 +24,0 @@ "license": "MIT",

@@ -1,7 +0,7 @@

![npm (scoped)](https://img.shields.io/npm/v/hukum?label=NPM) ![NPM](https://img.shields.io/npm/l/hukum?label=License)
![npm (scoped)](https://img.shields.io/npm/v/hukum?label=NPM) ![NPM](https://img.shields.io/npm/l/hukum?label=License) ![npm](https://img.shields.io/npm/dt/hukum?label=Downloads)
# Hukum
Hukum is an NPM module that prints Github Actions (GA) Workflow status in the terminal. It works for workflows that run when a commit is pushed to Github repo. Once a commit is pushed, Hukum will print status updates in realtime.
# Hukum - Displays Github Action progress in terminal
Hukum is an NPM module that displays Github Action (GA) progress in the terminal. It works for workflows that run when a commit is pushed to Github repo. Once a commit is pushed, Hukum will print status updates in realtime.
Hukum aims to improve your development process with immediate feedback of the GA Workflow on your terminal.
Hukum aims to improve your development experience with immediate feedback of the GA Workflow in your terminal.

@@ -8,0 +8,0 @@ ![](.images/terminal.gif)

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