Comparing version 1.0.0 to 1.1.0
{ | ||
"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> | ||
``` |
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 7 instances in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2026257
45
0
8234
1
38
1
26
9