New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bunnycdn-storage

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bunnycdn-storage - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

4

package.json
{
"name": "bunnycdn-storage",
"version": "1.0.3",
"version": "1.0.4",
"main": "dist/main.js",
"types": "dist/main.d.ts",
"repository": "https://github.com/69/bunnycdn-storage.git",
"license": "GPL-3.0",
"license": "MIT",
"scripts": {

@@ -9,0 +9,0 @@ "build": "tsc"

@@ -12,6 +12,9 @@ # bunnycdn-storage

const BunnyStorage = require('bunnycdn-storage').default;
const bunnyStorage = new BunnyStorage('API-KEY', 'STORAGE-ZONE-NAME'); // Default primary region: Falkenstein
const bunnyStorage = new BunnyStorage('API-KEY', 'STORAGE-ZONE-NAME', 'ny'); // Primary region: New York
// No region specified, defaults to Falkenstein (storage.bunnycdn.com)
const bunnyStorage = new BunnyStorage('API-KEY', 'STORAGE-ZONE-NAME');
// Specific region (ny.storage.bunnycdn.com)
const bunnyStorageRegion = new BunnyStorage('API-KEY', 'STORAGE-ZONE-NAME', 'ny');
// list all files in zone / path

@@ -18,0 +21,0 @@ const files = await bunnyStorage.list();

Sorry, the diff of this file is not supported yet

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