Socket
Socket
Sign inDemoInstall

remark-mdx

Package Overview
Dependencies
Maintainers
4
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remark-mdx - npm Package Compare versions

Comparing version 2.0.0-next.0 to 2.0.0-next.1

types/index.d.ts

56

package.json
{
"name": "remark-mdx",
"version": "2.0.0-next.0",
"version": "2.0.0-next.1",
"description": "remark plugin to add support for mdx",
"repository": "https://github.com/mdx-js/mdx/tree/master/packages/remark-mdx",
"bugs": "https://github.com/mdx-js/mdx/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)",
"Christian Murphy <christian.murphy.42@gmail.com>"
],
"license": "MIT",
"types": "types/index.d.ts",
"files": [
"index.js",
"lib/",
"types/index.d.ts"
],
"keywords": [

@@ -18,16 +35,9 @@ "unified",

],
"repository": "https://github.com/mdx-js/mdx/tree/master/packages/remark-mdx",
"bugs": "https://github.com/mdx-js/mdx/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"test": "npm run format && npm run test-coverage",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test/index.js",
"test-types": "dtslint types"
},
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",
"contributors": [
"Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)"
],
"files": [
"lib/",
"index.js"
],
"dependencies": {

@@ -52,8 +62,2 @@ "parse-entities": "^2.0.0",

},
"scripts": {
"format": "remark . -qfo && prettier --write \"**/*.js\" && xo --fix",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test/index.js",
"test": "npm run format && npm run test-coverage"
},
"nyc": {

@@ -73,2 +77,7 @@ "check-coverage": true,

},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"xo": {

@@ -85,8 +94,3 @@ "prettier": true,

},
"remarkConfig": {
"plugins": [
"preset-wooorm"
]
},
"gitHead": "08c809a5cc06307b816e8d99dc2e32304c04dff2"
"gitHead": "166fd9d72a05bb6f09bcb1b1dadb150f4c72fbaa"
}
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