Security News
Supply Chain Attack Detected in @solana/web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
imean-replay-sdk
Advanced tools
iMean Replay SDK is a powerful toolkit designed to assist developers in integrating replay functionality into their applications. This SDK is tailored for high performance and ease of use, supporting modern JavaScript frameworks and environments.
immer
and framer-motion
for optimal performance.You can install the iMean Replay SDK via npm:
npm install imean-replay-sdk
Or via yarn:
yarn add imean-replay-sdk
Or via pnpm:
pnpm add imean-replay-sdk
To start using the iMean Replay SDK in your project, import the module as follows:
import ReplaySDK from 'imean-replay-sdk';
ReplaySDK.init({
mode: 'Default',
workflow: {
id: 'Create Event',
steps: [
{
title: 'Click Create',
id: 'AhPPa81go4KMr5CotK2eJ',
type: 'Action',
selector: '.mr0WL ',
actionType: 'click',
value: 'Create'
},
{
title: 'Click Event',
id: 'VS6c_J4nOALtUnk3mWVGW',
type: 'Action',
selector: '.z80M1.QJXRJc.FwR7Pc >.uyYuVb.oJeWuf >.jO7h3c ',
actionType: 'click',
value: 'Event'
},
{
title: 'Type Title Conetnt',
id: 'jOoGrFIxBo5UMA7i3VsrC',
type: 'Action',
selector: '#c96 ',
actionType: 'type',
value: 'test'
},
{
title: 'Click Save',
id: 'TzOr7UO2_oHTsU9youDhH',
type: 'Action',
selector:
'.VfPpkd-LgbsSe.VfPpkd-LgbsSe-OWXEXe-k8QpJ.VfPpkd-LgbsSe-OWXEXe-dgl2Hf.nCP5yc.AjY5Oe.DuMIQc.LQeN7.pEVtpe >.VfPpkd-vQzf8d ',
actionType: 'type',
value: 'Save'
}
]
}
});
ReplaySDK.runAutomation({ index: 0 });
The iMean Replay SDK supports the following browser versions:
This project includes various scripts to help with development and building:
Build: Compiles the project into distributable formats.
pnpm build
Development: Runs a development server with live reloading.
pnpm dev
Linting: Lints the codebase and fixes issues automatically.
pnpm lint
Testing: Runs the Playwright tests.
pnpm test
Format: Formats the codebase using Prettier.
pnpm format
Releases for the iMean Replay SDK are handled using semantic versioning, driven by commit messages. The process is as follows:
Commit Changes: When you're ready to commit your changes, use the following command:
pnpm commit
This command will guide you through crafting a well-structured commit message that adheres to the conventional commit standard. This is crucial for enabling automated semantic versioning.
Automated Release: Once your changes are merged into the main branch, our CI/CD pipeline will automatically analyze the commit messages and determine whether a new release is necessary. Depending on the nature of the changes (e.g., features, fixes, breaking changes)
For more details, please refer to our Guide.
FAQs
iMean replay sdk
We found that imean-replay-sdk demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.