Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

nodegit-kit

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nodegit-kit - npm Package Compare versions

Comparing version
0.19.0
to
0.20.0
+39
.circleci/config.yml
version: 2.0
jobs:
"node-8":
docker:
- image: circleci/node:8-jessie
working_directory: ~/nodegit-kit-8
steps:
- checkout
- run: node --version
- run: npm --version
- run: npm install
- run: git config --global user.name travis
- run: git config --global user.email travis@locahost
- run:
name: Run tests
command: npm test
"node-10":
docker:
- image: circleci/node:10-jessie
working_directory: ~/nodegit-kit-10
steps:
- checkout
- run: node --version
- run: npm --version
- run: npm install
- run: git config --global user.name travis
- run: git config --global user.email travis@locahost
- run:
name: Run tests
command: npm test
workflows:
version: 2
build_and_test:
jobs:
- "node-8"
- "node-10"
+1
-1
environment:
matrix:
- nodejs_version: "6"
- nodejs_version: "8"
- nodejs_version: "10"

@@ -6,0 +6,0 @@ cache:

{
"name": "nodegit-kit",
"description": "Complementary NodeGit helpers returning native Promises, helps with git commands such as init, add, commit, status, diff",
"version": "0.19.0",
"version": "0.20.0",
"main": "lib/main.js",

@@ -31,14 +31,14 @@ "repository": {

"dependencies": {
"debug": "^3.0.0",
"fildes": "^2.0.0",
"nodegit": "^0.22.0"
"nodegit": "^0.24.0"
},
"license": "MIT",
"devDependencies": {
"codecov": "^3.0.0",
"codecov": "^3.1.0",
"debug": "^4.1.1",
"fildes-extra": "^0.6.0",
"nyc": "^11.2.1",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
"nyc": "^13.1.0",
"tap-spec": "^5.0.0",
"tape": "^4.9.1"
}
}

@@ -8,3 +8,2 @@ NodeGit-Kit

[![Dependencies](https://img.shields.io/librariesio/github/thisconnect/nodegit-kit.svg?style=flat-square&maxAge=1800)](https://libraries.io/github/thisconnect/nodegit-kit)
[![Code](https://img.shields.io/bithound/code/github/thisconnect/nodegit-kit.svg?style=flat-square&maxAge=1800)](https://www.bithound.io/github/thisconnect/nodegit-kit)
[![MIT](https://img.shields.io/npm/l/nodegit-kit.svg?style=flat-square&maxAge=1800)](https://github.com/thisconnect/nodegit-kit/blob/master/license)

@@ -11,0 +10,0 @@ [![NPM Version](https://img.shields.io/npm/v/nodegit-kit.svg?style=flat-square&maxAge=1800)](https://www.npmjs.com/package/nodegit-kit)