New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@beyondwords/ghost-helper

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@beyondwords/ghost-helper - npm Package Compare versions

Comparing version 0.0.1-rc.9 to 0.1.0

.eslintrc.js

25

package.json
{
"name": "@beyondwords/ghost-helper",
"version": "0.0.1-rc.9",
"version": "0.1.0",
"author": "BeyondWords Developers",
"description": "BeyondWords Player integration for Ghost",
"main": "dist/umd.js",
"license": "MIT",
"license": "See license in README.md",
"scripts": {
"build": "vite build",
"lint": "eslint src"
"lint": "eslint ."
},
"devDependencies": {
"@types/node": "^18.16.0",
"@typescript-eslint/eslint-plugin": "^5.59.0",
"@typescript-eslint/parser": "^5.59.0",
"eslint": "^8.39.0",
"typescript": "^5.0.4",
"vite": "^4.3.1"
"@types/node": "^20.5.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"eslint": "^8.48.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"prettier": "^3.0.3",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"dependencies": {
"@beyondwords/player": "^0.0.0-beta27"
"@beyondwords/player": "^0.1.12"
}
}
}

@@ -36,2 +36,14 @@ # BeyondWords Ghost Helper

## Segments Playback
```html
<script async defer src="https://proxy.beyondwords.io/npm/@beyondwords/ghost-helper@latest/dist/umd.js"
onload="new BeyondWords.GhostHelper({
projectId: <ID>,
assignMarkersEnabled: true,
contentTarget: '.c-content'
})">
</script>
```
## Custom styles

@@ -106,2 +118,10 @@

BeyondWords Ghost Helper is [MIT licensed](LICENSE).
Copyright (c) 2023 Lstn Ltd (trading as BeyondWords). All rights reserved.
This repository and its contents, including but not limited to source code, documentation, and assets, are the sole property of BeyondWords and are protected by applicable copyright, trademark, and other intellectual property laws.
You are granted permission to use the player embed, SDK and the provided NPM package for your projects. No part of this repository may be otherwise reproduced, distributed, modified, or transmitted in any form or by any means, electronic or mechanical, without the prior written permission of BeyondWords, except for the purpose of submitting pull requests and contributing to the project.
Contributions in the form of pull requests are welcome; however, BeyondWords reserves the right to review, approve, or reject any modifications to the code.
For inquiries and permission requests, please contact support@beyondwords.io.

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc