Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

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.7 to 0.16.8

3

build/cjs/src/stores/ajaxStore.js

@@ -329,3 +329,4 @@ "use strict";

json: handleUseNewUrl(state, action, rawUrl),
disableAjax: params.disableAjax
disableAjax: params.disableAjax,
scrollBack: params.scrollBack
}

@@ -332,0 +333,0 @@ });

@@ -24,3 +24,3 @@ "use strict";

var _excluded = ["updateUrl", "disableRandom", "component", "href", "ajax", "target", "callback", "errorCallback", "path", "onClick", "onTouchStart"];
var _excluded = ["updateUrl", "disableRandom", "component", "href", "ajax", "target", "callback", "errorCallback", "scrollBack", "path", "onClick", "onTouchStart"];

@@ -59,2 +59,3 @@ var getHref = function getHref(_ref) {

errorCallback = props.errorCallback,
scrollBack = props.scrollBack,
path = props.path,

@@ -89,3 +90,4 @@ onClick = props.onClick,

callback: callback,
errorCallback: errorCallback
errorCallback: errorCallback,
scrollBack: scrollBack
});

@@ -92,0 +94,0 @@ }, [href, callback, errorCallback, updateUrl, disableRandom, ajax]);

{
"version": "0.16.7",
"version": "0.16.8",
"name": "organism-react-ajax",

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

Sorry, the diff of this file is not supported yet

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