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

framework7-react

Package Overview
Dependencies
Maintainers
2
Versions
313
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framework7-react - npm Package Compare versions

Comparing version 7.0.0-beta.2 to 7.0.0-beta.3

shared/router-open-in.js

4

framework7-react.js
/**
* Framework7 React 7.0.0-beta.2
* Framework7 React 7.0.0-beta.3
* Build full featured iOS & Android apps using Framework7 & React

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

*
* Released on: October 4, 2021
* Released on: October 5, 2021
*/

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

{
"name": "framework7-react",
"version": "7.0.0-beta.2",
"version": "7.0.0-beta.3",
"description": "Build full featured iOS & Android apps using Framework7 & React",

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

/* eslint no-underscore-dangle: "off" */
import { f7events, f7routers } from './f7';
import { extend, getComponentId } from './utils';
import { routerOpenIn } from './router-open-in';

@@ -24,2 +25,6 @@ const getChildrenArray = el => {

proto: {
openIn(router, navigateUrl, options) {
return routerOpenIn(router, navigateUrl, options);
},
pageComponentLoader({

@@ -26,0 +31,0 @@ routerEl,

@@ -10,6 +10,6 @@ import { isStringProp } from './utils';

rippleColor,
themeDark
dark
} = props;
return {
'theme-dark': themeDark,
dark,
[`color-${color}`]: color,

@@ -16,0 +16,0 @@ [`color-theme-${colorTheme}`]: colorTheme,

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