Socket
Socket
Sign inDemoInstall

reshow

Package Overview
Dependencies
Maintainers
1
Versions
281
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reshow - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

7

build/ui/organisms/ClientRoute.js

@@ -57,2 +57,4 @@ 'use strict';

value: function parseUrl(url) {
var goAnchorDelay = this.props.goAnchorDelay;
var separator = '/';

@@ -69,3 +71,3 @@ var params = url.split(separator);

}
}, 500);
}, goAnchorDelay);
return {

@@ -107,5 +109,6 @@ themePath: params[last]

ClientRoute.defaultProps = {
ajax: false
ajax: false,
goAnchorDelay: 1000
};
exports.default = (0, _reshow2.default)(ClientRoute);
module.exports = exports['default'];
{
"name": "reshow",
"version": "0.1.10",
"version": "0.1.11",
"description": "Flux Reducer Present Library",

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

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