New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@uxland-admin/ip-patient-header

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@uxland-admin/ip-patient-header - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

app/patient-header/fetch-patient-header.js

@@ -0,1 +1,2 @@

import isAsyncStateStale from "@uxland/uxl-redux/is-async-stale";
import { FETCH_PATIENT_HEADER } from "../../state/patient-header/reducer";

@@ -26,4 +27,6 @@ import { patientHeaderSelector } from "./patient-header-view";

let currentPlan = patientHeaderSelector(store.getState());
return asyncAction(FETCH_PATIENT_HEADER, () => icsFetchClient.fetch(`/patient/${patientContext.patient}`), store);
if (isAsyncStateStale(currentPlan)) {
return asyncAction(FETCH_PATIENT_HEADER, () => icsFetchClient.fetch(`/patient/${patientContext.patient}`), store);
}
}
};

2

package.json
{
"name": "@uxland-admin/ip-patient-header",
"description": "ICS Process - Patient Header",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",

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

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