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

github-picbed

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github-picbed - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "github-picbed",
"version": "0.0.4",
"version": "0.0.5",
"description": "Upload file to github and Get Url",

@@ -5,0 +5,0 @@ "keywords": [

@@ -12,3 +12,3 @@ const request = require('./request');

}) {
let isPage = false;
async function getOptions({ token, repository, branch }) {

@@ -28,9 +28,11 @@ repository = repository.replace(/http(s|):\/\/github.com\//, '');

}
isPage = true;
}
else {
options = {
domain: `https://cdn.jsdelivr.net/gh/${username}/${repository}/`,
domain: `https://cdn.jsdelivr.net/gh/${username}/${repository}@${branch}/`,
path: '/',
branch
}
isPage = false;
}

@@ -37,0 +39,0 @@

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