New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

girror

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

girror - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

3

lib/girror.js

@@ -158,2 +158,3 @@ var fs = require('fs');

// parse remote using the remote parser
var remote_input = remote; // store for saving into girror file
remote = remote_type(remote);

@@ -193,3 +194,3 @@

// create girrorfile
$girrorfile(worktree, girrorfile, remote, branch),
$girrorfile(worktree, girrorfile, remote_input, branch),

@@ -196,0 +197,0 @@ ], callback);

@@ -5,3 +5,3 @@ {

"description": "Efficient mirror of git repositories. Great for continuous deployment",
"version": "0.2.1",
"version": "0.2.2",
"repository": {

@@ -8,0 +8,0 @@ "type": "git",

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