Socket
Socket
Sign inDemoInstall

organism-react-ajax

Package Overview
Dependencies
Maintainers
1
Versions
302
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

organism-react-ajax - npm Package Compare versions

Comparing version 0.17.7 to 0.17.8

8

build/cjs/ui/organisms/AjaxLink.js

@@ -26,2 +26,6 @@ "use strict";

var hasHref = function hasHref(href) {
return href && "#" !== href && "?" !== href;
};
var getHref = function getHref(_ref) {

@@ -77,3 +81,3 @@ var href = _ref.href,

if (href && (!nextHref || "#" === nextHref)) {
if (hasHref(href) && !hasHref(nextHref)) {
return;

@@ -106,3 +110,3 @@ } else {

if (!thisHref || "#" === thisHref || "?" === thisHref) {
if (!hasHref(thisHref)) {
/**

@@ -109,0 +113,0 @@ * should pass empty url to getRawUrl for this case

{
"version": "0.17.7",
"version": "0.17.8",
"name": "organism-react-ajax",

@@ -4,0 +4,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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