
Company News
Socket Partners with Replit to Block Malicious Packages in AI-Powered Development
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.
@ecodesk/storytime
Advanced tools
Ecodesk screen sharing feature
Screenshot:

GIF:

npm install --save @ecodesk-io/storytime
First, sign up at https://app.ecodesk.io/register to get your account token. Your account token is what you will use to pass in as the accountId prop below.
Paste the code below between your <head> and </head> tags:
<!--
Note that if you already have included the `window.Ecodesk` configuration with the chat widget,
you should **NOT** duplicate it here! All the config settings should be the same for now.
-->
<script>
window.Ecodesk = {
config: {
// Pass in your Ecodesk account token here after signing up
accountId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx',
// Optionally pass in metadata to identify the customer
customer: {
name: 'Test User',
email: 'test@test.com',
external_id: '123',
},
// Optionally specify the base URL
baseUrl: 'https://admin.ecodesk.io',
},
};
</script>
<script
type="text/javascript"
async
defer
src="https://admin.ecodesk.io/storytime.js"
></script>
:warning: Note that if you already have included the window.Ecodesk configuration with the chat widget, you should NOT duplicate it here!
If you already have the config set, just include this script below it:
<script
type="text/javascript"
async
defer
src="https://admin.ecodesk.io/storytime.js"
></script>
Place the code below in any pages on which you would like to render the widget. If you'd like to render it in all pages by default, place it in the root component of your app.
import {Storytime} from '@ecodesk/storytime';
const st = Storytime.init({
// Pass in your Ecodesk account token here after signing up
accountId: 'xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx',
// Optionally specify the base URL
baseUrl: 'https://admin.ecodesk.io',
});
// If you want to stop the session recording manually, you can call:
// st.finish();
// Otherwise, the recording will stop as soon as the user exits your website.
FAQs
Track and record user sessions
The npm package @ecodesk/storytime receives a total of 2 weekly downloads. As such, @ecodesk/storytime popularity was classified as not popular.
We found that @ecodesk/storytime 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.

Company News
Replit is integrating Socket Firewall into its AI-powered development experience to help protect builders from malicious open source packages.

Security News
npm confirmed a tooling bug incorrectly marked several one-character packages as security holders and said it was working on a rollback.

Research
/Security News
Newer packages in this compromise use native extensions and .pth loaders to execute JavaScript stealers in developer environments.