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.0 to 8.3.1

10

components/app/app-class.js

@@ -135,3 +135,3 @@ /* eslint-disable no-underscore-dangle */

app.colorsStyleEl = document.createElement('style');
document.head.appendChild(app.colorsStyleEl);
document.head.prepend(app.colorsStyleEl);
}

@@ -196,4 +196,4 @@ app.colorsStyleEl.textContent = app.utils.colorThemeCSSStyles(app.colors);

if (app.mq.dark && app.mq.light) {
app.mq.dark.addListener(app.colorSchemeListener);
app.mq.light.addListener(app.colorSchemeListener);
app.mq.dark.addEventListener('change', app.colorSchemeListener);
app.mq.light.addEventListener('change', app.colorSchemeListener);
}

@@ -214,4 +214,4 @@ if (app.mq.dark && app.mq.dark.matches) {

const app = this;
if (app.mq.dark) app.mq.dark.removeListener(app.colorSchemeListener);
if (app.mq.light) app.mq.light.removeListener(app.colorSchemeListener);
if (app.mq.dark) app.mq.dark.removeEventListener('change', app.colorSchemeListener);
if (app.mq.light) app.mq.light.removeEventListener('change', app.colorSchemeListener);
}

@@ -218,0 +218,0 @@ setDarkMode(mode) {

@@ -96,3 +96,3 @@ import { Dom7Array } from 'dom7';

/** Function to format input value, should return new/formatted string value. values is array where each item represents selected date. */
formatValue?: (values: Date) => string;
formatValue?: (values: Date[]) => string;
/** Intl locale string. see https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat */

@@ -99,0 +99,0 @@ locale?: string;

/**
* Framework7 8.3.0
* Framework7 8.3.1
* Full featured mobile HTML framework for building iOS & Android apps
* https://framework7.io/
*
* Copyright 2014-2023 Vladimir Kharlampidi
* Copyright 2014-2024 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 18, 2023
* Released on: February 5, 2024
*/

@@ -12,0 +12,0 @@

/**
* Framework7 8.3.0
* Framework7 8.3.1
* Full featured mobile HTML framework for building iOS & Android apps
* https://framework7.io/
*
* Copyright 2014-2023 Vladimir Kharlampidi
* Copyright 2014-2024 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 18, 2023
* Released on: February 5, 2024
*/

@@ -12,0 +12,0 @@

/**
* Framework7 8.3.0
* Framework7 8.3.1
* Full featured mobile HTML framework for building iOS & Android apps
* https://framework7.io/
*
* Copyright 2014-2023 Vladimir Kharlampidi
* Copyright 2014-2024 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 18, 2023
* Released on: February 5, 2024
*/

@@ -12,0 +12,0 @@

/**
* Framework7 8.3.0
* Framework7 8.3.1
* Full featured mobile HTML framework for building iOS & Android apps
* https://framework7.io/
*
* Copyright 2014-2023 Vladimir Kharlampidi
* Copyright 2014-2024 Vladimir Kharlampidi
*
* Released under the MIT License
*
* Released on: August 18, 2023
* Released on: February 5, 2024
*/

@@ -12,0 +12,0 @@

{
"name": "framework7",
"version": "8.3.0",
"version": "8.3.1",
"description": "Full featured mobile HTML framework for building iOS & Android apps",
"type": "module",
"exports": {
".": "./framework7.esm.js",
"./core": "./framework7.esm.js",
"./bundle": "./framework7-bundle.esm.js",
"./lite": "./framework7-lite.esm.js",
"./lite/bundle": "./framework7-lite-bundle.esm.js",
"./lite-bundle": "./framework7-lite-bundle.esm.js",
".": {
"import": "./framework7.esm.js",
"types": "./framework7.d.ts"
},
"./core": {
"import": "./framework7.esm.js",
"types": "./framework7.d.ts"
},
"./bundle": {
"import": "./framework7-bundle.esm.js",
"types": "./framework7.d.ts"
},
"./lite": {
"import": "./framework7-lite.esm.js",
"types": "./framework7.d.ts"
},
"./lite/bundle": {
"import": "./framework7-lite-bundle.esm.js",
"types": "./framework7.d.ts"
},
"./lite-bundle": {
"import": "./framework7-lite-bundle.esm.js",
"types": "./framework7.d.ts"
},
"./less": "./framework7.less",

@@ -439,3 +457,3 @@ "./less/bundle": "./framework7-bundle.less",

},
"releaseDate": "August 18, 2023"
"releaseDate": "February 5, 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 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

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

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

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