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.18 to 0.1.19

8

build/ui/organisms/Reshow.js

@@ -73,2 +73,10 @@ 'use strict';

}, {
key: 'componentDidMount',
value: function componentDidMount() {
var canonical = document.querySelector('link[rel="canonical"]');
if (canonical && canonical.href) {
history.replaceState('', '', canonical.href);
}
}
}, {
key: 'render',

@@ -75,0 +83,0 @@ value: function render() {

2

package.json
{
"name": "reshow",
"version": "0.1.18",
"version": "0.1.19",
"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