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

firecomponent

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firecomponent - npm Package Compare versions

Comparing version 1.2.10 to 1.2.11

2

package.json
{
"name": "firecomponent",
"description": "Declarative components that bind data to firebase",
"version": "1.2.10",
"version": "1.2.11",
"author": {

@@ -6,0 +6,0 @@ "name": "dmattia",

@@ -50,12 +50,12 @@ import FireHtml from './components/FireHtml.vue'

// Auto-install
let GlobalVue = null
let GlobalVue = null;
if (typeof window !== 'undefined') {
GlobalVue = window.Vue
GlobalVue = window.Vue;
} else if (typeof global !== 'undefined') {
GlobalVue = global.Vue
GlobalVue = global.Vue;
}
if (GlobalVue) {
GlobalVue.initializeApp = (config) => {
Vue.use(plugin, config)
GlobalVue.initializeApp = function (config) {
Vue.use(plugin, config);
}
}
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