You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

tiptap-parser

Package Overview
Dependencies
Maintainers
0
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiptap-parser - npm Package Compare versions

Comparing version

to
0.2.4

2

CHANGELOG.md

@@ -1,2 +0,2 @@

## 0.2.3 (2024-10-09)
## 0.2.4 (2024-10-09)
import parse from 'html-react-parser';
import TiptapParser from './TiptapParser.js';
export { type TiptapProps, type ClassNamesProps } from './TiptapParser.js';
export { parse };
export { type TiptapProps, type ClassNamesProps, } from './TiptapParser.js';
export { parse, };
export { type HTMLReactParserOptions, } from 'html-react-parser';
export default TiptapParser;
import parse from 'html-react-parser';
import TiptapParser from './TiptapParser.js';
export { parse };
export { parse, };
export default TiptapParser;

@@ -71,3 +71,3 @@ import { jsx as _jsx } from "react/jsx-runtime";

}
}
},
};

@@ -74,0 +74,0 @@ /*

import parse from 'html-react-parser';
import TiptapParser from './TiptapParser.js';
export { type TiptapProps, type ClassNamesProps } from './TiptapParser.js';
export { parse };
export { type TiptapProps, type ClassNamesProps, } from './TiptapParser.js';
export { parse, };
export { type HTMLReactParserOptions, } from 'html-react-parser';
export default TiptapParser;

@@ -110,3 +110,3 @@ "use strict";

}
}
},
};

@@ -113,0 +113,0 @@ /*

{
"name": "tiptap-parser",
"version": "0.2.3",
"version": "0.2.4",
"description": "HTML parser to React component built on the top of html-react-parser with code syntax highlighting",

@@ -56,3 +56,3 @@ "keywords": [

"lint:check": "eslint --max-warnings 0 --ext .js,.jsx,.ts,.tsx src",
"lint": "eslint . --ext ts,tsx --fix --report-unused-disable-directives --max-warnings 0",
"lint": "eslint . --fix",
"md-link:check": "markdown-link-check -v -p README.md -v -p CONTRIBUTING.md -v -p .github/**/*.md -c .markdown-link-check-config.json",

@@ -78,6 +78,9 @@ "spell:check": "cspell \"{README.md,CONTRIBUTING.md,.github/*.md}\"",

"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.4.0",
"@eslint/compat": "^1.2.0",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"@types/eslint__js": "^8.42.3",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitejs/plugin-react": "^4.2.1",

@@ -87,6 +90,5 @@ "babel-plugin-module-resolver": "^5.0.0",

"cspell": "^6.31.1",
"eslint": "^8.56.0",
"eslint": "^9.12.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-next": "^14.0.0",
"eslint-config-prettier": "^9.1.0",

@@ -96,8 +98,9 @@ "eslint-plugin-eslint-comments": "^3.2.0",

"eslint-plugin-prefer-arrow-functions": "^3.2.4",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.5",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.12",
"globals": "^15.11.0",
"markdown-link-check": "^3.12.1",
"prettier": "^3.2.2",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.1.0",
"react": "^18.2.0",

@@ -107,3 +110,4 @@ "react-dom": "^18.2.0",

"ts-add-js-extension": "^1.6.4",
"typescript": "^5.2.2",
"typescript": "5.5.3",
"typescript-eslint": "^8.8.1",
"vite": "5.0.8",

@@ -110,0 +114,0 @@ "vite-tsconfig-paths": "^4.3.1"