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

cloudbase-vue-next

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloudbase-vue-next - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

2

package.json
{
"name": "cloudbase-vue-next",
"version": "0.0.8",
"version": "0.0.9",
"description": "",

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

@@ -20,8 +20,8 @@ import cloudbase from "@cloudbase/js-sdk"

// Vue.component("UploadCloudFile", UploadCloudFile)
let cloudbase = cloudbase.init({
let cloud = cloudbase.init({
env: options.env,
region: options.region
})
app.config.globalProperties.$cloudbase = cloudbase
app.provide("cloudbase", cloudbase)
app.config.globalProperties.$cloudbase = cloud
app.provide("cloudbase", cloud)
}

@@ -28,0 +28,0 @@ }

Sorry, the diff of this file is too big to display

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