Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

autoroute.js

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

autoroute.js - npm Package Compare versions

Comparing version 1.0.26 to 1.0.27

12

autoroute.js

@@ -15,3 +15,3 @@ import Touch from 'hammerjs'

e.className = 'route scroll hide'
e.className = 'route hide'
e.slide = false

@@ -94,3 +94,6 @@ e.q = {}

route.t.back[i].on('tap', () => {
if (typeof cordova != 'undefined') cordova.plugins.Keyboard.close()
if ( typeof cordova != 'undefined'
&& typeof cordova.plugins.Keyboard != 'undefined')
cordova.plugins.Keyboard.close()
history.go(-1)

@@ -145,2 +148,3 @@ })

}
}

@@ -237,2 +241,6 @@

.route > .scroll {
height: ${ r };
}
.scroll {

@@ -239,0 +247,0 @@ overflow: scroll;

2

package.json
{
"name": "autoroute.js",
"version": "1.0.26",
"version": "1.0.27",
"description": "Another lightweight javascript routing framework ",

@@ -5,0 +5,0 @@ "main": "autoroute.js",

@@ -9,2 +9,6 @@ # autoroute.js

**1.0.27**
- Add native scrolling class, and improvements for Cordova
**1.0.26**

@@ -11,0 +15,0 @@

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