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

sveditorjs

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sveditorjs - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

public/assets/animatecss/animate.css

24

package.json
{
"name": "sveditorjs",
"version": "1.0.0",
"version": "1.1.0",
"private": false,

@@ -12,2 +12,11 @@ "type": "module",

},
"keywords": [
"sveditorjs",
"editorjs",
"svelte",
"content",
"block editor",
"rte"
],
"description": "sveditorjs ,is a svelte editor wrapper for editorjs,the block editor",
"devDependencies": {

@@ -30,2 +39,3 @@ "@calumk/editorjs-codeflask": "latest",

"@rollup/plugin-terser": "^0.4.0",
"editorjs-hyperlink": "^1.0.6",
"editorjs-style": "latest",

@@ -38,2 +48,3 @@ "editorjs-table": "latest",

"rollup-plugin-svelte": "^7.1.2",
"sveditorjs": "^1.0.0",
"svelte": "^3.55.0"

@@ -43,3 +54,12 @@ },

"sirv-cli": "^2.0.0"
}
},
"author": {
"name": "devbuddie",
"email": "devbuddie3@gmail.com"
},
"repository": {
"url": "https://github.com/pouchcms/sveditorjs",
"type": "public"
},
"license": "MIT"
}

@@ -6,2 +6,5 @@

![alt text](https://github.com/pouchcms/sveditorjs/blob/master/ScreenShot%20Tool%20-20231030152142.png?raw=true)
```bash

@@ -17,5 +20,20 @@ npm install sveditorjs

//follow docs on
required props are data and url endpoint for image uploads
```
follow doc at
[docs](https://editorjs.io/)
for advance usage
```js
<script>
//this for testing purpose
import {Editor,editor} from "sveditorjs";
</script>
<Editor >
</Editor>
```

2

src/main.js
import App from './App.svelte';
var app = new App({
target: document.body
target: document.querySelector('.sveditor-cont')
});
export default app;

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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