New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bootme-githook

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootme-githook - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

12

index.js

@@ -15,6 +15,10 @@ 'use strict'

class GitHookTask extends Task {
async init() {
this.addHook('onError', async () =>
this.unlink(this.config.bootme.basePath, this.config.hookDir)
)
/**
*
*
* @returns
* @memberof GitHookTask
*/
async rollback() {
return this.unlink(this.config.bootme.basePath, this.config.hookDir)
}

@@ -21,0 +25,0 @@ /**

{
"name": "bootme-githook",
"version": "0.0.12",
"version": "0.0.13",
"description": "Task to create Cross-platform git hooks",

@@ -26,3 +26,3 @@ "main": "index.js",

"dependencies": {
"bootme": "^0.0.26",
"bootme": "^0.0.27",
"joi": "^13.0.1"

@@ -29,0 +29,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