Socket
Socket
Sign inDemoInstall

com.telerik.plugins.nativepagetransitions

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.6.5 to 0.7.0

.idea/checkstyle-idea.xml

6

adapters/NativePageTransitionsKendoAdapter.js

@@ -102,3 +102,7 @@ /**

window.originalAppNavigate = window.app.navigate;
window.app.navigate = function(href, transition) {
window.app.navigate = function (href, transition) {
if (href.charAt(0) !== '#') {
//if remote view with no # prefix, prepend it
href = '#' + href;
}
if (transition === undefined) {

@@ -105,0 +109,0 @@ transition = defaultTransition;

2

package.json
{
"version": "0.6.5",
"version": "0.7.0",
"name": "com.telerik.plugins.nativepagetransitions",

@@ -4,0 +4,0 @@ "cordova_name": "Native Page Transitions",

## Native Page Transitions Cordova / PhoneGap Plugin
by [Telerik](http://www.telerik.com)
> **WARNING**: This plugin is no longer maintained, and we now recommend using [NativeScript](https://www.nativescript.org/) as you get native transitions (and UI) out of the box.
<table width="100%">
<tr>
<td width="100"><a href="http://plugins.telerik.com/plugin/native-page-transitions"><img src="http://www.x-services.nl/github-images/telerik-verified-plugins-marketplace.png" width="97px" height="71px" alt="Marketplace logo"/></a></td>
<td>For a quick demo app and easy code samples, check out the plugin page at the Verified Plugins Marketplace: http://plugins.telerik.com/plugin/native-page-transitions</td>
</tr>
</table>
Using the Cordova CLI?

@@ -14,0 +7,0 @@

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

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