Socket
Socket
Sign inDemoInstall

make-dev-fast

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

make-dev-fast - npm Package Compare versions

Comparing version 0.2.21 to 0.2.22

6

dist/git.js

@@ -287,3 +287,7 @@ var __create = Object.create;

});
await (0, import_utils.exec)(`git commit -m '${type}: ${message}'`);
let cmd = `git commit -m '${type}: ${message}'`;
if (this.options["no-verify"] || this.options["pass"]) {
cmd += " --no-verify";
}
await (0, import_utils.exec)(cmd);
try {

@@ -290,0 +294,0 @@ const preCommitId = await (0, import_utils.exec)(`git rev-parse HEAD`);

2

package.json
{
"name": "make-dev-fast",
"version": "0.2.21",
"version": "0.2.22",
"description": "make-dev-fast",

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

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