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.19 to 0.1.20

2

build/ui/organisms/Reshow.js

@@ -76,3 +76,3 @@ 'use strict';

var canonical = document.querySelector('link[rel="canonical"]');
if (canonical && canonical.href) {
if (canonical && canonical.href && -1 !== canonical.href.indexOf(document.location.hostname)) {
history.replaceState('', '', canonical.href);

@@ -79,0 +79,0 @@ }

{
"name": "reshow",
"version": "0.1.19",
"version": "0.1.20",
"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