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

git-config

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-config - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

4

index.js

@@ -8,3 +8,3 @@ var parser = require('iniparser'),

gitConfigPath = path.join(
process.env.HOME || process.env.HOMEPATH || process.env.USERPROFILE, '.gitconfig');
process.env.HOME || process.env.USERPROFILE, '.gitconfig');
}

@@ -17,3 +17,3 @@ parser.parse(gitConfigPath, cb);

gitConfigPath = path.join(
process.env.HOME || process.env.HOMEPATH || process.env.USERPROFILE, '.gitconfig');
process.env.HOME || process.env.USERPROFILE, '.gitconfig');
}

@@ -20,0 +20,0 @@ var results = {};

{
"name": "git-config",
"version": "0.0.6",
"version": "0.0.7",
"description": "A simple way to extract out all the contents of a .gitconfig file and return as JSON",

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

"devDependencies": {
"expect.js": "~0.2.0",
"grunt-contrib-jshint": "~0.6.4",
"grunt-contrib-watch": "~0.5.3",
"expect.js": "^0.3.1",
"grunt": "~0.4.1",
"grunt-mocha-cli": "~1.1.0",
"grunt-complexity": "~0.1.3",
"grunt-cli": "~0.1.9"
"grunt-cli": "~0.1.9",
"grunt-complexity": "^0.3.0",
"grunt-contrib-jshint": "^0.11.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-mocha-cli": "^1.13.0"
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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