
Security News
Another Round of TEA Protocol Spam Floods npm, But It’s Not a Worm
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.
@netology-group/wc-poll
Advanced tools
<script type="module">
import { Poll } from '@netology-group/wc-poll/es/poll.js';
window.customElements.define('wc-poll', Poll);
</script>
<script src="pathto/dist/polyfill.js"></script>
<script src="pathto/dist/index.js"></script>
<script src="pathto/dist/poll.js"></script>
<script>
window.onload = function(){
var withStyleLink = window.WC.withStyleLink
var withPoll = window.WCPoll.mixins.withPoll
window.customElements.define(
'wc-poll',
withStyleLink(
withPoll(
window.WC.Poll,
{
text: 'question?',
total: 0,
list:[{
label: 'Answer',
name: 'answer',
value: 'Answer',
count: 0,
}]
}
),
'pathto/dist/poll.css'
)
)
}
</script>
<wc-poll></wc-poll>
npm start
# generic version: http://127.0.0.1:9090
# embedded version: http://127.0.0.1:9090/embedded.html
npm run build -- --w
NODE_ENV=production npm run build
FAQs
### Define module
We found that @netology-group/wc-poll demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 open source maintainers 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
Recent coverage mislabels the latest TEA protocol spam as a worm. Here’s what’s actually happening.

Security News
PyPI adds Trusted Publishing support for GitLab Self-Managed as adoption reaches 25% of uploads

Research
/Security News
A malicious Chrome extension posing as an Ethereum wallet steals seed phrases by encoding them into Sui transactions, enabling full wallet takeover.