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.16.8 to 0.16.9

11

build/cjs/ui/organisms/AjaxLink.js

@@ -70,6 +70,12 @@ "use strict";

(0, _react.useEffect)(function () {
setHref(getHref({
var nextHref = getHref({
href: propsHref,
path: path
}));
});
if (href && (!nextHref || "#" === nextHref)) {
return;
} else {
setHref(nextHref);
}
}, [propsHref, path]);

@@ -134,2 +140,3 @@ var go = (0, _react.useCallback)(function (url) {

go(e.currentTarget.href);
setHref(e.currentTarget.href);
}

@@ -136,0 +143,0 @@ };

2

package.json
{
"version": "0.16.8",
"version": "0.16.9",
"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