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

git-graft

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-graft - npm Package Compare versions

Comparing version 0.0.7-alpha to 0.0.8-alpha

3

lib/index.js

@@ -7,2 +7,3 @@ "use strict";

const accessCheck_1 = require("./accessCheck");
const pkg = require("../package.json");
class GitGraft extends command_1.Command {

@@ -71,5 +72,5 @@ async run() {

name: "init",
description: "init will prompt for configuration inputs for the git hook, then generate git-graft.json and the Git Hook file. ",
description: "init will prompt for configuration inputs, then generate git-graft.json and the Git Hook file. ",
},
];
module.exports = GitGraft;
{
"name": "git-graft",
"description": "git hook generator that prepends branch name to commit message",
"version": "0.0.7-alpha",
"version": "0.0.8-alpha",
"author": "JacobMGEvans @JacobMGEvans",

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

"@oclif/plugin-help": "^3.2.2",
"chalk": "^4.1.1",
"conf": "^10.0.1",

@@ -19,2 +20,3 @@ "enquirer": "^2.3.6",

"execa": "^5.0.0",
"ora": "^5.4.0",
"tslib": "^1.14.1"

@@ -29,2 +31,3 @@ },

"@types/node": "^15.0.2",
"@types/update-notifier": "^5.0.0",
"chai": "^4.3.4",

@@ -35,3 +38,3 @@ "eslint": "^7.26.0",

"eslint-config-prettier": "^8.3.0",
"mocha": "^5.2.0",
"mocha": "^8.4.0",
"nyc": "^14.1.1",

@@ -38,0 +41,0 @@ "prettier": "^2.2.1",

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