🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

gimmit

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

gimmit - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+9
-7
gimmit.js

@@ -22,9 +22,3 @@ const Git = require('simple-git')();

...customConfig.options,
].map((option, index) => {
const key = index === 0 ? 'Key ' : '';
return {
...option,
label: `${option.label} [${key}${index}]`,
};
});
];
}

@@ -45,2 +39,10 @@

}
options = options.map((option, index) => {
const key = index === 0 ? 'Key ' : '';
return {
...option,
label: `${option.label} [${key}${index}]`,
};
});
} catch (err) {

@@ -47,0 +49,0 @@ console.error(err);

{
"name": "gimmit",
"version": "1.0.0",
"version": "1.0.1",
"description": "Git commit but cuter",

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