Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

textcrafter

Package Overview
Dependencies
Maintainers
0
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

textcrafter - npm Package Compare versions

Comparing version 1.0.0-beta.0 to 1.0.0-beta.1

dist/assets/icons/AlignCenterIcon.d.ts

40

package.json
{
"name": "textcrafter",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"type": "module",
"description": "TextCrafter: A modern, customizable rich text editor for React. Supports rich formatting, media embedding and real-time collaboration. Ideal for content creators.",
"main": "index.js",
"main": "dist/index.cjs.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build:dev": "rollup -c --environment NODE_ENV:development",
"build": "rollup -c --environment NODE_ENV:production",
"prepublishOnly": "npm run build"
},
"files": [
"dist"
],
"keywords": [

@@ -24,3 +32,27 @@ "textcrafter",

"author": "mesu",
"license": "MIT"
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mesu-ai/textcrafter"
},
"bugs": {
"url": "https://github.com/mesu-ai/textcrafter/issues"
},
"homepage": "https://github.com/mesu-ai/textcrafter#readme",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^12.1.1",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"rollup": "^4.25.0",
"rollup-plugin-postcss": "^4.0.2",
"typescript": "^5.6.3"
},
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"dependencies": {
"tslib": "^2.8.1"
}
}
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