New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eleventy-plugin-unified

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eleventy-plugin-unified - npm Package Compare versions

Comparing version 1.2.1 to 2.0.0

8

package.json
{
"type": "module",
"name": "eleventy-plugin-unified",
"version": "1.2.1",
"version": "2.0.0",
"description": "Use the unified ecosystem in Eleventy with remark and rehype.",

@@ -41,3 +41,4 @@ "main": ".eleventy.cjs",

"retext-english": "^4.1.0",
"unified": "^10.1.2"
"unified": "^10.1.2",
"vfile-reporter": "^7.0.4"
},

@@ -63,4 +64,3 @@ "devDependencies": {

"to-mock": "^1.6.2",
"unist-util-visit": "^4.1.1",
"vfile-reporter": "^7.0.4"
"unist-util-visit": "^4.1.1"
},

@@ -67,0 +67,0 @@ "release": {

@@ -49,3 +49,3 @@ # Eleventy Plugin Unified

| textParser | retext parser | [retext-english] |
| reporter | [vfile reporter] | `undefined` |
| reporter | [vfile reporter] | [vfile-reporter] |

@@ -56,2 +56,3 @@ [remark plugins]: https://unifiedjs.com/explore/keyword/remark

[retext-english]: https://www.npmjs.com/package/retext-english
[vfile-reporter]: https://github.com/vfile/vfile-reporter
[vfile reporter]: https://github.com/vfile/vfile#reporters

@@ -81,2 +82,4 @@

- [Configuring the reporter](./docs/text.md#configuring-the-reporter)
- [Turning off default reporter](./docs/text.md#turning-off-default-reporter)
- [Configuring text parser language](./docs/text.md#configuring-text-parser-language)

@@ -83,0 +86,0 @@

@@ -37,3 +37,3 @@ import { unified } from "unified";

textParser = "retext-english",
reporter,
reporter = "vfile-reporter",
transformsDirectory,

@@ -40,0 +40,0 @@ pageContext,

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