Socket
Socket
Sign inDemoInstall

bootme-gitclone

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bootme-gitclone - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

4

index.js

@@ -20,4 +20,4 @@ 'use strict'

*/
constructor() {
super()
constructor(name) {
super(name)
this.git = SimpleGit()

@@ -24,0 +24,0 @@ }

{
"name": "bootme-gitclone",
"version": "0.0.7",
"version": "0.0.8",
"description": "Task to clone a Git Repository",

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

"dependencies": {
"bootme": "^0.0.12",
"bootme": "^0.0.13",
"del": "^3.0.0",

@@ -23,0 +23,0 @@ "joi": "^13.0.1",

@@ -9,3 +9,3 @@ # bootme-gitclone

registry.addTask(
new GitcloneTask().setName('gitclone').setConfig({
new GitcloneTask('gitclone').setConfig({
url: 'https://github.com/netzkern/eslint-config-netzkern-base',

@@ -12,0 +12,0 @@ path: '/test-checkout'

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