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

@logux/vuex

Package Overview
Dependencies
Maintainers
2
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@logux/vuex - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

3

CHANGELOG.md
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).
## 0.6.1
* Fix component render with temporary no children
## 0.6.0

@@ -5,0 +8,0 @@ * Add `tag` property for component to wrap multiple children and single text

2

component/index.js

@@ -74,3 +74,3 @@ import {

// for arrays and single text nodes
if (vnode.length > 1 || !vnode[0].tag) {
if (vnode && (vnode.length > 1 || !vnode[0].tag)) {
return h(this.tag, {}, vnode)

@@ -77,0 +77,0 @@ }

{
"name": "@logux/vuex",
"version": "0.6.0",
"version": "0.6.1",
"description": "Vuex compatible API for Logux",

@@ -5,0 +5,0 @@ "keywords": [

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