Research
Security News
Malicious npm Package Targets Solana Developers and Hijacks Funds
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Tapwrite <img width="100px" src="https://github-production-user-asset-6210df.s3.amazonaws.com/38468429/331266341-ae2abd1c-e1be-40ed-89f4-5d92296b92c1.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCOD
Enhance your web applications with `Tapwrite`, a robust WYSIWYG rich text editor component for React built on top of Tiptap designed to integrate seamlessly into your projects. This component supports image and PDF file handling within the text editor environment, Table, and Slash command menu, simplifying content management for users and developers alike.
Building text editors for browsers from scratch is challenging, with few options for seamless integration into browser-based applications. Headless technologies like Tiptap offer customization but demand time and effort. Tapwrite is a lightweight, effortless solution for developers, providing a seamless rich text editing experience with zero configuration needed. Easily incorporate features like image and PDF uploading directly within the editor environment.
Install Tapwrite
with npm by running the following command:
npm i tapwrite
Here’s how to implement Tapwrite
in your project:
import { Tapwrite, ImagePickerUtils } from 'tapwrite';
<Tapwrite
// Function triggered after a file is selected. Parameter uploadFn is optional.
uploadFn={async (file, tiptapEditorUtils) => {
// 'file' is the selected image or PDF.
// Utilize setImage or insertPdf methods from tiptapEditorUtils to render the file on the editor.
tiptapEditorUtils.setImage(url || "");
}}
// Pass the initial content to be rendered in the editor.
content=""
// Function to output the current content of the editor.
getContent={(content) => console.log(content)}
/>
Contributions are vital for the continuous improvement of Tapwrite
. If you're interested in contributing, please feel free to submit pull requests or share your ideas and feedback through issues on our GitHub repository.
We have plans on enhancing Tapwrite in the future versions. The immediate requirements are:
We strive for Tapwrite to seamlessly integrate with your app without extensive configuration requirements. However, we also value its potential for extension, such as the ability to customize Tiptap editor plugins to include custom features, which is part of our future enhancements plan. Our aim is for Tapwrite to operate with zero configuration while offering simple, minimal configuration options for customizing and enhancing its core behavior. We actively encourage contributors to uphold this philosophy when working on feature enhancements.
FAQs
Tapwrite <img width="100px" src="https://github-production-user-asset-6210df.s3.amazonaws.com/38468429/331266341-ae2abd1c-e1be-40ed-89f4-5d92296b92c1.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAVCOD
The npm package tapwrite receives a total of 13 weekly downloads. As such, tapwrite popularity was classified as not popular.
We found that tapwrite 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.
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.