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

blx-easy-vuex

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blx-easy-vuex - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

dist/blx-easy-vuex.umd.js

@@ -273,3 +273,3 @@ (function (global, factory) {

if ((typeof window === "undefined" ? "undefined" : _typeof(window)) && window.Vue) {
if ((typeof window === "undefined" ? "undefined" : _typeof(window)) === 'object' && window.Vue && typeof window.Vue.use === 'function') {
Vue.use({

@@ -276,0 +276,0 @@ install: install

{
"name": "blx-easy-vuex",
"version": "0.1.1",
"version": "0.1.2",
"main": "dist/blx-easy-vuex.umd.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:bramblex/easy-vuex.git",

@@ -85,3 +85,3 @@

// 遵循 Vue 的标准,如果有 window.Vue 则自动 use
if (typeof window && window.Vue) {
if (typeof window === 'object' && window.Vue && typeof window.Vue.use === 'function') {
Vue.use({ install })

@@ -88,0 +88,0 @@ }

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