Research
Security News
Malicious PyPI Package ‘pycord-self’ Targets Discord Developers with Token Theft and Backdoor Exploit
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
dot-store-iframe
Advanced tools
Iframe controller integration for dot-store.
npm install --save dot-store-iframe
import DotStore from "dot-store"
import withIframe from "dot-store-iframe"
const store = new DotStore()
export default withIframe(store)
import iframeStore from "./iframeStore"
iframeStore.set("dfp.viewportMaps", [
[1200, 800],
[1024, 768],
[768, 1024],
[732, 412],
[568, 320],
[360, 640],
[320, 568],
[0, 0],
])
iframeStore.set("dfp.units.top1", {
sizes: [[300, 50], [300, 100], [728, 90]],
viewportSizes: [
[[300, 100], [728, 90]],
[[300, 100], [728, 90]],
[[300, 100], [728, 90]],
[[300, 50], [300, 100], [728, 90]],
[[300, 50], [300, 100]],
[[300, 50], [300, 100]],
[[300, 50], [300, 100]],
[[300, 50], [300, 100]],
],
})
iframeStore.set("iframes.div1", {
active: true,
divId: "div1",
dfp: {
oop: false,
path: "/01234567/unit/path",
unitId: "top1",
},
})
iframeStore.on("dfp.loaded", options => {
// dfp loaded
})
iframeStore.on("iframes.div1.slot", options => {
// slot created
})
iframeStore.on("iframes.div1.loaded", options => {
// slot loaded
})
iframeStore.on("iframes.div1.rendered", options => {
// slot rendered
})
FAQs
Iframe controller integration for dot-store
The npm package dot-store-iframe receives a total of 31 weekly downloads. As such, dot-store-iframe popularity was classified as not popular.
We found that dot-store-iframe 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.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.