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.3 to 0.0.4

2

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

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

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

filename = filename || fileHash + (extname || '');
let uploadname = filename.split('/').map(f => encodeURI(filename)).join('/')
let uploadname = filename.split('/').map(f => encodeURI(f)).join('/')

@@ -91,0 +91,0 @@ let rsp = await request({

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