Socket
Socket
Sign inDemoInstall

framework7

Package Overview
Dependencies
11
Maintainers
1
Versions
343
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 8.3.1 to 8.3.2

2

components/sheet/sheet-class.js

@@ -617,4 +617,4 @@ import { getWindow, getDocument } from 'ssr-window';

sheet.emit('local::_swipeStep', false);
app.off('resize', onResize);
}
app.off('resize', onResize);
if (sheet.params.closeOnEscape) {

@@ -621,0 +621,0 @@ $(document).off('keydown', onKeyDown);

/**
* Framework7 8.3.1
* Framework7 8.3.2
* Full featured mobile HTML framework for building iOS & Android apps

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

*
* Released on: February 5, 2024
* Released on: February 27, 2024
*/

@@ -13,0 +13,0 @@

/**
* Framework7 8.3.1
* Framework7 8.3.2
* Full featured mobile HTML framework for building iOS & Android apps

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

*
* Released on: February 5, 2024
* Released on: February 27, 2024
*/

@@ -13,0 +13,0 @@

/**
* Framework7 8.3.1
* Framework7 8.3.2
* Full featured mobile HTML framework for building iOS & Android apps

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

*
* Released on: February 5, 2024
* Released on: February 27, 2024
*/

@@ -13,0 +13,0 @@

/**
* Framework7 8.3.1
* Framework7 8.3.2
* Full featured mobile HTML framework for building iOS & Android apps

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

*
* Released on: February 5, 2024
* Released on: February 27, 2024
*/

@@ -13,0 +13,0 @@

@@ -10,3 +10,5 @@ export default function asyncComponent(router, component, resolve, reject) {

reject();
throw new Error(err);
throw new Error(err, {
cause: err
});
});

@@ -13,0 +15,0 @@ }

@@ -121,3 +121,5 @@ import { merge } from '../../shared/utils.js';

reject(err);
throw new Error(err);
throw new Error(err, {
cause: err
});
});

@@ -124,0 +126,0 @@ }

{
"name": "framework7",
"version": "8.3.1",
"version": "8.3.2",
"description": "Full featured mobile HTML framework for building iOS & Android apps",

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

},
"releaseDate": "February 5, 2024"
"releaseDate": "February 27, 2024"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc