New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.14-alpha to 0.0.15-alpha

4

lib/accessCheck.d.ts
/// <reference types="node" />
import { PathLike } from "fs";
declare type permissions = "Access Granted" | "Access Denied";
export declare function accessCheck(outDir: PathLike): Promise<permissions>;
export {};
export declare function accessCheck(outDir: PathLike): Promise<"Access Granted" | "Access Denied">;

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

async function generateConfig() {
// TODO: Convert into one Form enquirer prompt
const branchTypes = await enquirer_1.prompt({

@@ -11,0 +10,0 @@ type: "input",

{
"name": "git-graft",
"description": "git hook generator that prepends branch name to commit message",
"version": "0.0.14-alpha",
"version": "0.0.15-alpha",
"author": "JacobMGEvans @JacobMGEvans",

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

"chalk": "^4.1.1",
"conf": "^10.0.1",
"enquirer": "^2.3.6",

@@ -21,3 +20,3 @@ "eslint-plugin-prettier": "^3.4.0",

"ora": "^5.4.0",
"tslib": "^1.14.1"
"tslib": "^2.2.0"
},

@@ -27,6 +26,6 @@ "devDependencies": {

"@oclif/test": "^1.2.8",
"@types/chai": "^4.2.17",
"@types/chai": "^4.2.18",
"@types/fs-extra": "^9.0.11",
"@types/mocha": "^5.2.7",
"@types/node": "^15.0.2",
"@types/mocha": "^8.2.2",
"@types/node": "^15.0.3",
"@types/update-notifier": "^5.0.0",

@@ -36,9 +35,9 @@ "chai": "^4.3.4",

"eslint-config-oclif": "^3.1.0",
"eslint-config-oclif-typescript": "^0.1.0",
"eslint-config-oclif-typescript": "^0.2.0",
"eslint-config-prettier": "^8.3.0",
"mocha": "^8.4.0",
"nyc": "^14.1.1",
"prettier": "^2.2.1",
"ts-node": "^8.10.2",
"typescript": "^3.9.9"
"nyc": "^15.1.0",
"prettier": "^2.3.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},

@@ -54,3 +53,8 @@ "engines": {

"keywords": [
"oclif", "git", "git-hook", "npx", "commit", "commit-msg"
"oclif",
"git",
"git-hook",
"npx",
"commit",
"commit-msg"
],

@@ -57,0 +61,0 @@ "license": "MIT",

@@ -13,4 +13,5 @@ # git-graft

- Generated Git Hook
- Zero Config Option -- following GitFlow DevOps best practices.
- Configurable [git-graft.json](#configuration)
- Hook is a bin file running Node & no dependencies
- Configurable [git-graft.json](#configuration)
- Validates the commit message and branch

@@ -20,6 +21,2 @@ - [Usage](#usage)

WIP:
- Zero Config -- following GitFlow DevOps best practices.
# Usage

@@ -26,0 +23,0 @@

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