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 7.0.2 to 7.0.3

4

components/calendar/calendar.d.ts

@@ -85,5 +85,5 @@ import { Dom7Array } from 'dom7';

value?: Date[];
/** Additonal disabled dates. Parameter accepts so called Date Range (look below for details). */
/** Additional disabled dates. Parameter accepts so called Date Range (look below for details). */
disabled?: DateRange;
/** Dates with events. Will be marked with additonal "dot" on calendar day. Parameter accepts so called Date Range (look below for details).. */
/** Dates with events. Will be marked with additional "dot" on calendar day. Parameter accepts so called Date Range (look below for details).. */
events?: DateRange | (Extract<DateRange, {}> & { color: string });

@@ -90,0 +90,0 @@ /** Date ranges you want to add custom CSS class for additional styling. Look below for accepted format. */

/**
* Framework7 7.0.2
* Framework7 7.0.3
* Full featured mobile HTML framework for building iOS & Android apps

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

*
* Released on: April 24, 2022
* Released on: May 16, 2022
*/

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

/**
* Framework7 7.0.2
* Framework7 7.0.3
* Full featured mobile HTML framework for building iOS & Android apps

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

*
* Released on: April 24, 2022
* Released on: May 16, 2022
*/

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

/**
* Framework7 7.0.2
* Framework7 7.0.3
* Full featured mobile HTML framework for building iOS & Android apps

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

*
* Released on: April 24, 2022
* Released on: May 16, 2022
*/

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

/**
* Framework7 7.0.2
* Framework7 7.0.3
* Full featured mobile HTML framework for building iOS & Android apps

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

*
* Released on: April 24, 2022
* Released on: May 16, 2022
*/

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

@@ -8,2 +8,3 @@ /* eslint no-underscore-dangle: "off" */

import patch from './patch.js';
import $jsx from './$jsx.js';

@@ -396,2 +397,3 @@ class Component {

Component.$jsx = $jsx;
export default Component;

@@ -42,4 +42,4 @@ import vnode from './vnode.js';

var hooks = ['create', 'update', 'remove', 'destroy', 'pre', 'post'];
export { h } from './h';
export { thunk } from './thunk';
export { h } from './h.js';
export { thunk } from './thunk.js';
export function init(modules, domApi) {

@@ -46,0 +46,0 @@ var i,

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

@@ -5,0 +5,0 @@ "type": "module",

@@ -53,3 +53,3 @@ export interface RequestXHR extends XMLHttpRequest {

/** A username to be used with XMLHttpRequest in response to an HTTP access authentication request */
username?: string;
user?: string;
/** A password to be used with XMLHttpRequest in response to an HTTP access authentication request */

@@ -56,0 +56,0 @@ password?: string;

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 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

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc