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

@edenjs/b2

Package Overview
Dependencies
Maintainers
3
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@edenjs/b2 - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

bundles/backblaze/transports/b2.js

@@ -49,3 +49,3 @@ // Require base

// Return url
return `https://f002.backblazeb2.com/file/${config.get('b2.bucket')}/${asset.get('path')}/${label ? `${label}.${asset.get(`thumbs.${label}.ext`)}` : `full.${asset.get('ext')}`}`;
return `https://${config.get('b2.domain') || 'f002.backblazeb2.com'}/file/${config.get('b2.bucket')}/${asset.get('path')}/${label ? `${label}.${asset.get(`thumbs.${label}.ext`)}` : `full.${asset.get('ext')}`}`;
}

@@ -52,0 +52,0 @@

{
"name": "@edenjs/b2",
"description": "nothing yet",
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {

@@ -6,0 +6,0 @@ "backblaze-b2": "^1.3.1"

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