Outdated Package Detected Popup in Universal Editor | Community
Skip to main content
New Participant
April 2, 2025
Solved

Outdated Package Detected Popup in Universal Editor

  • April 2, 2025
  • 4 replies
  • 578 views

Hi everyone,

 

I'm encountering a popup every time I open an EDS page in AEM Cloud. The popup message is as follows:

 

Title: Outdated Package Detected
Description: We've detected that the integration of the @61380/universal-editor-cors package is outdated. Please contact your technical team to migrate to the latest requirements.

 

Could anyone clarify what this means? Is it indicating that the Universal Editor package is outdated and needs to be updated? If so, what steps should I take to update it?

 

Thanks in advance!

 

P.S. Attaching an image of the popup for reference.

Best answer by arunpatidar

HI @vijayra10 

This is the package which provides communication layer between edited App and Universal Editor.

https://github.com/adobe/universal-editor-cors

 

However I have not find this dependency any of the x-walk project, I guess this is used internally and you may need to contact adobe to update this.

4 replies

New Participant
June 24, 2025

Add <script src="https://universal-editor-service.adobe.io/cors.js" async></script> 
Earlier we used to add <script src="https://universal-editor-service.experiencecloud.live/corslib/LATEST"></script> or via npmjs.com
This is now is no longer recommended as the package has been deprecated.

Note : If an app still uses the deprecated package, the Universal Editor will display a warning in the UI that an outdated package is detected.

CarlosPeJ
New Participant
April 22, 2025

Hi everyone!

 

We are having the same issue. We have not installed this library in our project and are having the same random warning.

 

How did you solve this? 

 

P.S: We DO load an script via https://universal-editor-service.adobe.io/cors.js. Hope the script loaded via adobe CDN is not giving a deprecated warning 🤞

 

Thanks!

 

Carlos

VijayRa10Author
New Participant
April 30, 2025

I didn’t do much—just created a new site, and the warning didn’t appear.
But if you're seeing the warning, try adding the script tag to the head.html file located in the XWalk root.

arunpatidar
arunpatidarAccepted solution
New Participant
April 2, 2025

HI @vijayra10 

This is the package which provides communication layer between edited App and Universal Editor.

https://github.com/adobe/universal-editor-cors

 

However I have not find this dependency any of the x-walk project, I guess this is used internally and you may need to contact adobe to update this.

Arun Patidar
kautuk_sahni
Employee
April 2, 2025

@konstantyn_diachenko, @tarunkumar, @narendiran_ravi, @narendragandhi, @joerghoh, @manvisharma, @asutosh_jena_ Would appreciate it if you could check out this question and share any insights you might have!

Kautuk Sahni