Socket
Socket
Sign inDemoInstall

git-tools

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-tools - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

5

git-tools.js

@@ -71,3 +71,6 @@ var spawn = require( "spawnback" );

callback( null, stdout.trimRight() );
// Remove trailing newline
stdout = stdout.replace( /\n$/, "" );
callback( null, stdout );
});

@@ -74,0 +77,0 @@ };

2

package.json
{
"name": "git-tools",
"version": "0.1.4",
"version": "0.2.0",
"description": "Tools for parsing data out of git repositories.",

@@ -5,0 +5,0 @@ "keywords": [

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