Socket
Socket
Sign inDemoInstall

backblaze

Package Overview
Dependencies
2
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -26,3 +26,3 @@ import fs from "fs";

} catch (error) {
console.log("AUTH", error.request.res);
console.error("AUTH", error.request.res);
fail(error);

@@ -29,0 +29,0 @@ }

{
"name": "backblaze",
"version": "1.1.1",
"version": "1.1.2",
"description": "",

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

@@ -62,9 +62,3 @@ # Backblaze

console.log(await bucket.list());
// [{ path: 'avatar.png', ... }, { path: 'profile.png', ...}, ...]
file.id // dfgadfbvrt
file.path // public/avatar.png
file.dir // public/
file.name // avatar.png
file.url // https://service.com/bucket-name/public/avatar.png
// ['avatar.png', 'profile.png', ...]
```

@@ -71,0 +65,0 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc