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

github-x

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-x - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

4

api-driver.js

@@ -85,6 +85,6 @@ const axios = require("axios");

}
const encodedFilePath = encodeURIComponent(util.trimSlashes(filePath));
filePath = util.trimSlashes(filePath);
const url = `${this.getProjectUrl(
projectIdentifier
)}/contents/${encodedFilePath}?ref=${branchName}`;
)}/contents/${filePath}?ref=${branchName}`;
try {

@@ -91,0 +91,0 @@ if (this.VERBOSE) console.log(`GET > ${url}`);

{
"name": "github-x",
"version": "0.1.0",
"version": "0.1.1",
"description": "GitHub Executor API Interface",

@@ -5,0 +5,0 @@ "repository": "https://github.com/mxcd/github-x",

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