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

remark-vdom

Package Overview
Dependencies
Maintainers
0
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-vdom - npm Package Compare versions

Comparing version 11.0.1 to 12.0.0

90

package.json
{
"name": "remark-vdom",
"version": "11.0.1",
"description": "Legacy remark plugin to compile markdown to VDOM — please use something like React instead",
"license": "MIT",
"keywords": [
"unified",
"remark",
"remark-plugin",
"plugin",
"mdast",
"markdown",
"html",
"vdom",
"virtual",
"hyperscript",
"dom",
"stringify",
"compile"
],
"version": "12.0.0",
"repository": "remarkjs/remark-vdom",
"bugs": "https://github.com/remarkjs/remark-vdom/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"files": [
"index.d.ts",
"index.js"
],
"dependencies": {
"@types/hast": "^2.3.2",
"@types/mdast": "^3.0.0",
"hast-to-hyperscript": "^10.0.0",
"hast-util-sanitize": "^4.0.0",
"mdast-util-to-hast": "^11.0.0",
"unified": "^10.0.0",
"virtual-dom": "^2.0.0"
},
"devDependencies": {
"@types/tape": "^4.0.0",
"@types/virtual-dom": "^2.1.1",
"c8": "^7.0.0",
"prettier": "^2.0.0",
"remark": "^14.0.0",
"remark-cli": "^10.0.0",
"remark-preset-wooorm": "^9.0.0",
"rimraf": "^3.0.0",
"tape": "^5.0.0",
"type-coverage": "^2.0.0",
"typescript": "^4.0.0",
"vdom-to-html": "^2.0.0",
"xo": "^0.46.0"
},
"scripts": {
"build": "rimraf \"*.d.ts\" && tsc && type-coverage",
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"test-api": "node --conditions development test.js",
"test-coverage": "c8 --check-coverage --branches 100 --functions 100 --lines 100 --statements 100 --reporter lcov npm run test-api",
"test": "npm run build && npm run format && npm run test-coverage"
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true
},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
"bugs": "https://github.com/remarkjs/remark-vdom/issues"
}
# remark-vdom
**Stability: Legacy**.
This package is no longer recommended for use.
It’s still covered by semantic-versioning guarantees and not yet deprecated, but
use of this package should be avoided.
Please use an alternative to vdom such as React (through `remark-rehype` and
`rehype-react`).
Deprecated: this package was not used enough to warrant continued maintenance.
Legacy [documentation for this package][docs] is still available in Git.
[Git][] is still intact and previous versions can still be used without
warnings.
## License
[MIT][license] © [Titus Wormer][author]
<!-- Definitions -->
[license]: license
[author]: https://wooorm.com
[docs]: https://github.com/remarkjs/remark-vdom/tree/9355fde
[git]: https://github.com/remarkjs/remark-vdom/tree/36ea79e
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