Security News
Node.js EOL Versions CVE Dubbed the "Worst CVE of the Year" by Security Experts
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
@beyondwords/ghost-helper
Advanced tools
The Ghost Helper aims to make the integration with Ghosts easier by placing the BeyondWords Player in the right place for your theme and by selecting the correct content based on the page URL.
<script async defer src="https://proxy.beyondwords.io/npm/@beyondwords/ghost-helper@latest/dist/umd.js"
onload="new BeyondWords.GhostHelper({
projectId: <ID>
})">
</script>
<script async defer src="https://proxy.beyondwords.io/npm/@beyondwords/ghost-helper@latest/dist/umd.js"
onload="new BeyondWords.GhostHelper({
projectId: <ID>,
target: '.custom-target',
})">
</script>
<style>
#beyondwords-player {
margin: 16px 0;
}
</style>
<script async defer src="https://proxy.beyondwords.io/npm/@beyondwords/ghost-helper@latest/dist/umd.js"
onload="new BeyondWords.GhostHelper({
projectId: <ID>
})">
</script>
const helper = new BeyondWords.GhostHelper({
projectId: <ID>
});
await helper.playerLoader;
helper.player.addEventListener("<any>", console.log);
For further customization you can refer to the BeyondWords Player documentation as the arguments of the GhostHelper constructor matches the BeyondWords Player constructor.
To work on the project you must have installed:
Node.js 16 or higher
npm 8 or higher
npm dependencies:
npm install
The build
script will produce artifacts in the /dist
directory, using Vite.
The build artifact is a single js file using the umd format.
npm run build
The lint
script does a full static analysis of the source code, using ESLint.
npm run lint
A new version of the Ghost Helper will be published automatically to NPM using the release Github Actions workflow on each new published Github release.
BeyondWords Ghost Helper is MIT licensed.
FAQs
BeyondWords Player integration for Ghost
The npm package @beyondwords/ghost-helper receives a total of 18 weekly downloads. As such, @beyondwords/ghost-helper popularity was classified as not popular.
We found that @beyondwords/ghost-helper 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
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.
Security News
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.