
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
vue-window-portal
Advanced tools
Vue component to render content in a new window.
This works by creating the element in the main window and adding it to the newly created child window, which removes it from the main window. The original window handles all processing and logic of the now-moved component, so no script tags need to be copied over, just styles.
style-src 'unsafe-inline'
. Unfortunately this includes Github Pages.
_window.html
file to your deployed application.document.head
will not be copied to the new window (semi-intentional).Or run locally:
npm run serve
See App.vue for a more detailed example.
<template>
<div>
Main content
<vue-window-portal open>
This content will be rendered in a new window
</vue-window-portal>
</div>
</template>
The window can be controlled via its open
prop or via the openPortal()
and closePortal()
methods.
Use the .sync
modifier to propagate changes back into your variable, or the @closed
event if you only care when the window is closed.
Use the no-style
option to avoid copying style tags into the new window.
FAQs
Vue component to render content in a new window
The npm package vue-window-portal receives a total of 25 weekly downloads. As such, vue-window-portal popularity was classified as not popular.
We found that vue-window-portal demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.