Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
@ne1410s/popup
Advanced tools
<ne14-pop>
<p>Hello world</p>
</ne14-pop>
<script src="PATH_TO_UMD_SCRIPT"></script>
<ne14-pop move resize>YO' STUFF<ne14-pop></ne14-pop></ne14-pop>
background-color
border-radius
box-shadow
const pop = document.querySelector('ne14-pop');
pop.addEventListener('open', () => {
console.log('Just opened!');
});
false
false
.Some degree of custom styling can be provided, by way of css variables:
ne14-pop {
--background: rgba(0, 0, 0, 0.5);
--border-radius: 5px;
--box-shadow: 5px 5px 20px black;
}
--background
Background behind the popup. Defaults to: rgba(0, 0, 0, .85)
--border-radius
Border radius for the popup.--box-shadow
Box shadow for the popup (when stationary).FAQs
A lightweight configurable popup.
The npm package @ne1410s/popup receives a total of 191 weekly downloads. As such, @ne1410s/popup popularity was classified as not popular.
We found that @ne1410s/popup demonstrated a healthy version release cadence and project activity because the last version was released less than 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
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.