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

remark-mdx-frontmatter

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-mdx-frontmatter - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

35

package.json
{
"name": "remark-mdx-frontmatter",
"version": "3.0.0",
"version": "4.0.0",
"description": "A remark plugin for converting frontmatter metadata into MDX exports",

@@ -9,9 +9,4 @@ "author": "Remco Haszing <remcohaszing@gmail.com>",

"exports": "./index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/remcohaszing/remark-mdx-frontmatter.git"
},
"bugs": {
"url": "https://github.com/remcohaszing/remark-mdx-frontmatter/issues"
},
"repository": "remcohaszing/remark-mdx-frontmatter",
"bugs": "https://github.com/remcohaszing/remark-mdx-frontmatter/issues",
"homepage": "https://github.com/remcohaszing/remark-mdx-frontmatter#readme",

@@ -29,3 +24,2 @@ "funding": "https://github.com/sponsors/remcohaszing",

"unified",
"xdm",
"yaml"

@@ -37,5 +31,2 @@ ],

],
"engines": {
"node": ">=16.0.0"
},
"scripts": {

@@ -46,22 +37,22 @@ "prepack": "tsc --noEmit false",

"dependencies": {
"@types/mdast": "^3.0.0",
"estree-util-is-identifier-name": "^2.0.0",
"@types/mdast": "^4.0.0",
"estree-util-is-identifier-name": "^3.0.0",
"estree-util-value-to-estree": "^3.0.0",
"toml": "^3.0.0",
"unified": "^10.0.0",
"unified": "^11.0.0",
"yaml": "^2.0.0"
},
"devDependencies": {
"@mdx-js/mdx": "^2.0.0",
"@mdx-js/mdx": "^3.0.0",
"@types/node": "*",
"c8": "^7.0.0",
"c8": "^8.0.0",
"eslint": "^8.0.0",
"eslint-config-remcohaszing": "^9.0.0",
"eslint-config-remcohaszing": "^10.0.0",
"eslint-plugin-jsx-a11y": "^6.0.0",
"eslint-plugin-react": "^7.0.0",
"mdast-util-mdx": "^2.0.0",
"prettier": "^2.0.0",
"mdast-util-mdx": "^3.0.0",
"prettier": "^3.0.0",
"remark-cli": "^11.0.0",
"remark-frontmatter": "^4.0.0",
"remark-preset-remcohaszing": "^1.0.0",
"remark-frontmatter": "^5.0.0",
"remark-preset-remcohaszing": "^2.0.0",
"tsx": "^3.0.0",

@@ -68,0 +59,0 @@ "typescript": "^5.0.0"

# remark-mdx-frontmatter
[![github actions](https://github.com/remcohaszing/remark-mdx-frontmatter/actions/workflows/ci.yaml/badge.svg)](https://github.com/remcohaszing/remark-mdx-frontmatter/actions/workflows/ci.yaml)
[![npm](https://img.shields.io/npm/v/remark-mdx-frontmatter)](https://www.npmjs.com/package/remark-mdx-frontmatter)
[![prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://prettier.io)
[![codecov](https://codecov.io/gh/remcohaszing/remark-mdx-frontmatter/branch/main/graph/badge.svg)](https://codecov.io/gh/remcohaszing/remark-mdx-frontmatter)
[![npm version](https://img.shields.io/npm/v/remark-mdx-frontmatter)](https://www.npmjs.com/package/remark-mdx-frontmatter)
[![npm downloads](https://img.shields.io/npm/dm/remark-mdx-frontmatter)](https://www.npmjs.com/package/remark-mdx-frontmatter)

@@ -16,2 +16,3 @@ A [remark](https://remark.js.org) plugin for converting frontmatter metadata into MDX exports

- [Options](#options)
- [Compatibility](#compatibility)
- [License](#license)

@@ -62,3 +63,5 @@

```jsx
export const hello = 'frontmatter'
export const frontmatter = {
hello: 'frontmatter'
}

@@ -83,4 +86,8 @@ export default function MDXContent() {

## Compatibility
This project is compatible with Node.js 16 or greater.
## License
[MIT](LICENSE.md) @ [Remco Haszing](https://github.com/remcohaszing)
[MIT](LICENSE.md) © [Remco Haszing](https://github.com/remcohaszing)
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