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

git-cherrypicker

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-cherrypicker - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

lib/CherryPicker.js

@@ -53,3 +53,3 @@ "use strict";

constructor(repo, branch, file, cred) {
super("https://" + (cred ? +cred[0] + ':' + cred[1] + '@' : '') + "+gitea.frontblock.me", repo, branch, file);
super("https://" + (cred ? +cred[0] + ':' + cred[1] + '@' : '') + "gitea.frontblock.me", repo, branch, file);
}

@@ -56,0 +56,0 @@ }

{
"name": "git-cherrypicker",
"version": "0.0.2",
"version": "0.0.3",
"description": "Read files from popular git implementations as string or write them to a file",

@@ -5,0 +5,0 @@ "main": "lib/CherryPicker.js",

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