
Security News
/Research
Wallet-Draining npm Package Impersonates Nodemailer to Hijack Crypto Transactions
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
@helpscout/beacon-devtools
Advanced tools
DevTools for Help Scout's Beacon Embed
npm install --save-dev @helpscout/beacon-devtools
import React from 'react'
import BeaconDevTools from '@helpscout/beacon-devtools'
class MyApp extends React.Component {
render() {
return (
<div>
...
<BeaconDevTools />
</div>
)
}
}
To add Beacon DevTools to your page, copy/paste the following snippet into your HTML:
<script
crossorigin
src="https://unpkg.com/@helpscout/beacon-devtools/dist/beacon-devtools.umd.js"
></script>
Alternatively, you can add this snippet:
<script>
;(function() {
var u =
'https://unpkg.com/@helpscout/beacon-devtools/dist/beacon-devtools.umd.js'
var s = document.createElement('script')
s.type = 'text/javascript'
s.charset = 'utf-8'
s.src = u
document.body.appendChild(s)
})()
</script>
Check out the demo on Netlify!
<BeaconDevTools />
Prop | Type | Default | Description |
---|---|---|---|
isAutoOpen | boolean | false | Automatically opens Beacon on load. |
beaconIds | Array<Object> | [] | A collection of Beacon IDs to load into a select . |
const beaconIds = [
{ id: '...', label: 'My Test Beacon 1' },
{ id: '...', label: 'Production Beacon' },
{ id: '...', label: 'Marketing Beacon' },
]
// ...
<BeaconDevTools beaconIds={beaconId} />
Beacon is way more than chat.
Say farewell to overwhelming chat volume, staffing nightmares, and frustrated customers abandoned in chat windows. Ready to make your website more helpful?
FAQs
DevTools for Help Scout's Beacon Embed
The npm package @helpscout/beacon-devtools receives a total of 61 weekly downloads. As such, @helpscout/beacon-devtools popularity was classified as not popular.
We found that @helpscout/beacon-devtools 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
/Research
Malicious npm package impersonates Nodemailer and drains wallets by hijacking crypto transactions across multiple blockchains.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.