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

git_aliases

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git_aliases - npm Package Compare versions

Comparing version

to
1.1.6

2

index.js

@@ -8,3 +8,3 @@ const { execSync } = require('child_process')

br: 'branch',
ba: 'branch -a',
ba: `"branch -a"`,
ci: 'commit',

@@ -11,0 +11,0 @@ st: 'status',

{
"name": "git_aliases",
"version": "1.1.5",
"version": "1.1.6",
"description": "Create aliases for git commands",

@@ -5,0 +5,0 @@ "main": "index.js",