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

bfg

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

bfg - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json
{
"name": "bfg",
"version": "0.2.1",
"version": "0.2.2",
"description": "Big Friendly Gateway creates a read and write stream to various cloud storage providers",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -57,3 +57,3 @@ var EventEmitter = require('events').EventEmitter;

uploader.on('end', function(){
res.end(req.url)
res.end(filepath)
})

@@ -93,3 +93,3 @@ uploader.on('error', function(){

res.writeHead(302, {
'Location': this._options.cdn + req.url
'Location': self._options.cdn + '/' + self._options.folder + req.url
});

@@ -96,0 +96,0 @@ res.end();

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