Socket
Socket
Sign inDemoInstall

editorjs-data-parser

Package Overview
Dependencies
0
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 2.0.0

dist/index.js

44

package.json
{
"name": "editorjs-data-parser",
"version": "1.0.2",
"description": "Convert json data from editorjs to html elements",
"main": "index.js",
"repository": "https://github.com/salimzade/editorjs-data-parser.git",
"version": "2.0.0",
"description": "Easily convert json data from editorjs to html elements",
"source": "src/index.ts",
"main": "dist/lib/index.js",
"module": "dist/index.js",
"types": "dist/types.d.ts",
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/salimzade/editorjs-data-parser.git"
},
"author": "teymur.salimzade@gmail.com",
"license": "MIT",
"private": false,
"scripts": {
"watch": "parcel watch",
"build": "parcel build",
"publish": ""
},
"dependencies": {},
"devDependencies": {
"clean-webpack-plugin": "^4.0.0",
"@parcel/packager-ts": "^2.0.0",
"@parcel/transformer-typescript-types": "^2.0.0",
"parcel": "^2.0.0",
"prettier": "^2.4.1",
"ts-loader": "^9.2.6",
"typescript": "^4.4.3",
"webpack": "^5.53.0",
"webpack-cli": "^4.8.0"
"typescript": "^4.4.4"
},
"scripts": {
"build:watch": "webpack --mode=development --watch",
"release": "webpack --mode=production --config webpack.production.config.js",
"test": "echo \"No test specified\""
"bugs": {
"url": "https://github.com/salimzade/editorjs-data-parser/issues"
},
"homepage": "https://github.com/salimzade/editorjs-data-parser#readme",
"keywords": [
"parser",
"editorjs",
"editorjs-json-parser"
"Editorjs, Codex-Editor",
"Editorjs-Data-Parser"
]
}

@@ -5,3 +5,3 @@ # EditorJs Data Parser

# installaton
# Installaton
`npm i editorjs-data-parser`

@@ -18,2 +18,3 @@

* :white_check_mark: list
* :white_check_mark: marker
* :white_check_mark: paragraph

@@ -25,3 +26,3 @@ * :white_check_mark: quote

* :white_check_mark: warning
* :negative_squared_cross_mark: delimeter (next update)
* :white_check_mark: delimeter

@@ -72,1 +73,5 @@ # Usage example

**Output will be HTML blocks**
# Demo
**[Editorjs Data Parser demo](https://codesandbox.io/s/editor-js-data-parser-demo-gsx51?file=/src/index.js "Editorjs Data Parser demo")**

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc