remark-mdx-frontmatter
Advanced tools
Comparing version 3.0.0 to 4.0.0
{ | ||
"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) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8381
91
1
1
+ Added@types/mdast@4.0.4(transitive)
+ Added@types/unist@3.0.3(transitive)
+ Addeddequal@2.0.3(transitive)
+ Addeddevlop@1.1.0(transitive)
+ Addedestree-util-is-identifier-name@3.0.0(transitive)
+ Addedunified@11.0.5(transitive)
+ Addedunist-util-stringify-position@4.0.0(transitive)
+ Addedvfile@6.0.3(transitive)
+ Addedvfile-message@4.0.2(transitive)
- Removed@types/mdast@3.0.15(transitive)
- Removed@types/unist@2.0.11(transitive)
- Removedestree-util-is-identifier-name@2.1.0(transitive)
- Removedis-buffer@2.0.5(transitive)
- Removedunified@10.1.2(transitive)
- Removedunist-util-stringify-position@3.0.3(transitive)
- Removedvfile@5.3.7(transitive)
- Removedvfile-message@3.1.4(transitive)
Updated@types/mdast@^4.0.0
Updatedunified@^11.0.0