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

git-clone-promises

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-clone-promises - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

11

package.json
{
"name": "git-clone-promises",
"version": "0.1.0",
"version": "0.1.1",
"description": "Promise wrapper for git-clone to clone repository via shell command",

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

"type": "git",
"url": "git+https://github.com/TheRolfFR/git-clone-promise.git"
"url": "git+https://github.com/TheRolfFR/git-clone-promises.git"
},

@@ -23,9 +23,12 @@ "keywords": [

"bugs": {
"url": "https://github.com/TheRolfFR/git-clone-promise/issues"
"url": "https://github.com/TheRolfFR/git-clone-promises/issues"
},
"homepage": "https://github.com/TheRolfFR/git-clone-promise#readme",
"homepage": "https://github.com/TheRolfFR/git-clone-promises#readme",
"dependencies": {
"git-clone": "^0.1.0"
},
"files": [
"index.js"
],
"devDependencies": {}
}

@@ -1,2 +0,2 @@

# git-clone-promise
# git-clone-promises

@@ -9,7 +9,7 @@ Promise version of [jaz303](https://github.com/jaz303)'s [git-clone](https://www.npmjs.com/package/git-clone) npm module. Clones a git repository via shell command and with promises!

$ npm install git-clone-promise
$ npm install git-clone-promises
Require:
const { clone, cloneCallback } = require('git-clone-promise');
const { clone, cloneCallback } = require('git-clone-promises');

@@ -35,4 +35,4 @@ ## API

```js
const { clone } = require('git-clone-promise');
clone('https://github.com/TheRolfFR/git-clone-promise.git', './test-clone', {
const { clone } = require('git-clone-promises');
clone('https://github.com/TheRolfFR/git-clone-promises.git', './test-clone', {
remove: true

@@ -51,4 +51,4 @@ }).then(() => {

```js
const { cloneCallback } = require('git-clone-promise');
cloneCallback('https://github.com/TheRolfFR/git-clone-promise.git', './test-clone', {
const { cloneCallback } = require('git-clone-promises');
cloneCallback('https://github.com/TheRolfFR/git-clone-promises.git', './test-clone', {
remove: true

@@ -55,0 +55,0 @@ }, function (err) {

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