Socket
Book a DemoInstallSign in
Socket

admin-iframe-compatibility

Package Overview
Dependencies
Maintainers
59
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

admin-iframe-compatibility

Compatiblity js to adapt catalog admin to iframe

latest
Source
npmnpm
Version
1.0.108
Version published
Weekly downloads
14
75%
Maintainers
59
Weekly downloads
 
Created
Source

Internal Docs

VTEX Admin

VTEX Admin Iframe Compatibility

Reach us on #team-admin channel on Slack | Tag us with @dev-team-admin on Slack

There is nothing glamorous to see here

This package is just a static JS with jquery code that runs on catalog admin pages. It is responsible for handling translations for legacy applications, messaging the admin shell to adapt its iframe container height to match its children height, and initializing Crowdin in Context script for legacy apps.

Developing locally

  • Setup:
npm install
  • You will need the requestly chrome extension linked here

  • Open requestly, and create Redirect Rules with the following semantics:

Request URL Contains /npm/admin-iframe-compatibility/index.js
Destination http://localhost:4200/index.js

Request URL Contains /npm/admin-iframe-compatibility/cms-iframe.js
Destination http://localhost:4200/cms-iframe.js
  • Save the rules and leave it on
  • Run the server
    npm start
    
  • Edit the JS, save it, run npm start again and refresh the admin page to see your changes.

Publishing a new version

Just run:

npm run deploy

or

npm run deploy:beta

A github workflow will be automatically triggered once new tags are pushed to the repository.

FAQs

Package last updated on 27 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts