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

git-rev-sync

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-rev-sync - npm Package Compare versions

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc