Socket
Socket
Sign inDemoInstall

git-rev-sync

Package Overview
Dependencies
26
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.10.0 to 1.11.0

4

index.js

@@ -117,4 +117,4 @@ 'use strict';

function short(dir) {
return long(dir).substr(0, 7);
function short(dir, len) {
return long(dir).substr(0, len || 7);
}

@@ -121,0 +121,0 @@

{
"name": "git-rev-sync",
"version": "1.10.0",
"version": "1.11.0",
"author": "kurttheviking",

@@ -5,0 +5,0 @@ "bugs": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc