Socket
Socket
Sign inDemoInstall

mobile-navigation-controller

Package Overview
Dependencies
8
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.9 to 1.1.0

11

dist/index.js

@@ -70,6 +70,9 @@ 'use strict';

props: []
// this.myComponentApp = this.props.myComponentApp;
};
};_this.historyPages = _this.state.historyPages;
_this.swipeRight = false;
// this.myComponentApp = this.props.myComponentApp;
_this.historyPages = _this.state.historyPages;
_this.listLevelPages = [];

@@ -198,7 +201,7 @@

_options$animationIn = _options.animationIn,
animationIn = _options$animationIn === undefined ? null : _options$animationIn,
animationIn = _options$animationIn === undefined ? this.swipeRight ? 'slideInRight' : null : _options$animationIn,
_options$timeAnimatio = _options.timeAnimationInMS,
timeAnimationInMS = _options$timeAnimatio === undefined ? 250 : _options$timeAnimatio,
_options$animationOut = _options.animationOut,
animationOut = _options$animationOut === undefined ? null : _options$animationOut,
animationOut = _options$animationOut === undefined ? this.swipeRight ? 'slideOutRight' : null : _options$animationOut,
_options$callbackFun = _options.callbackFun,

@@ -205,0 +208,0 @@ callbackFun = _options$callbackFun === undefined ? null : _options$callbackFun;

{
"name": "mobile-navigation-controller",
"version": "1.0.9",
"version": "1.1.0",
"description": "Navigator for JavaScript mobile app, This will help you to manage your pages history in the app and change pages with animation.",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc