Huge News!Announcing our $40M Series B led by Abstract Ventures.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 1.1.10 to 1.1.11

4

index.js

@@ -42,2 +42,6 @@ const { execSync } = require('child_process')

if(process.platform === 'win32') {
execSync('SETX LC_ALL C.UTF-8')
}
console.log()

@@ -44,0 +48,0 @@ console.log('Aliases created with success!')

5

package.json
{
"name": "git_aliases",
"version": "1.1.10",
"version": "1.1.11",
"description": "Create aliases for git commands",

@@ -21,3 +21,4 @@ "main": "index.js",

"contributors": [
"Vinicius Rufine <vsrufine@gmail.com> (https://rufine.com.br)"
"Vinicius Rufine <vsrufine@gmail.com> (https://rufine.com.br)",
"Heitor Dobeis <heitordobeis@gmail.com> (https://dobeis.com)"
],

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

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