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

framework7-vue

Package Overview
Dependencies
Maintainers
1
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framework7-vue - npm Package Compare versions

Comparing version 8.1.0 to 8.2.0

2

components/list.js

@@ -197,3 +197,3 @@ import { computed, ref, onMounted, onBeforeUnmount, h, provide, toRaw } from 'vue';

const rootChildrenAfterList = [];
const ulChildren = slotsList || [];
const ulChildren = slotsList && typeof slotsList === 'function' ? [slotsList()] : [];
let wasUlChild = false;

@@ -200,0 +200,0 @@ if (slotsDefault) {

/**
* Framework7 Vue 8.1.0
* Framework7 Vue 8.2.0
* Build full featured iOS & Android apps using Framework7 & Vue

@@ -10,3 +10,3 @@ * https://framework7.io/vue/

*
* Released on: June 12, 2023
* Released on: July 6, 2023
*/

@@ -13,0 +13,0 @@ import Framework7Vue from './shared/plugin.js';

{
"name": "framework7-vue",
"version": "8.1.0",
"version": "8.2.0",
"description": "Build full featured iOS & Android apps using Framework7 & Vue",

@@ -58,3 +58,3 @@ "type": "module",

},
"releaseDate": "June 12, 2023"
"releaseDate": "July 6, 2023"
}

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

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