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

micromark-extension-mdx-expression

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

micromark-extension-mdx-expression - npm Package Compare versions

Comparing version 0.3.2 to 1.0.0-alpha.1

dev/index.d.ts

6

index.js

@@ -1,2 +0,4 @@

'use strict'
module.exports = require('./lib')
/**
* @typedef {import('./lib/syntax.js').Options} Options
*/
export {mdxExpression} from './lib/syntax.js'
{
"name": "micromark-extension-mdx-expression",
"version": "0.3.2",
"version": "1.0.0-alpha.1",
"description": "micromark extension to support MDX or MDX JS expressions",

@@ -19,8 +19,14 @@ "license": "MIT",

],
"repository": "micromark/micromark-extension-mdx-expression",
"repository": "https://github.com/micromark/micromark-extension-mdx-expression/tree/main/packages/micromark-extension-mdx-expression",
"bugs": "https://github.com/micromark/micromark-extension-mdx-expression/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"funding": [
{
"type": "GitHub Sponsors",
"url": "https://github.com/sponsors/unifiedjs"
},
{
"type": "OpenCollective",
"url": "https://opencollective.com/unified"
}
],
"author": "Titus Wormer <tituswormer@gmail.com> (https://wooorm.com)",

@@ -30,59 +36,33 @@ "contributors": [

],
"sideEffects": false,
"type": "module",
"main": "index.js",
"types": "dev/index.d.ts",
"files": [
"lib/",
"dev/",
"index.d.ts",
"index.js"
],
"exports": {
"development": "./dev/index.js",
"default": "./index.js"
},
"dependencies": {
"micromark": "~2.11.0",
"vfile-message": "^2.0.0"
"micromark-factory-mdx-expression": "^1.0.0-alpha.1",
"micromark-factory-space": "^1.0.0-alpha.2",
"micromark-util-character": "^1.0.0-alpha.2",
"micromark-util-events-to-acorn": "^1.0.0-alpha.1",
"micromark-util-symbol": "^1.0.0-alpha.2",
"micromark-util-types": "^1.0.0-alpha.2"
},
"devDependencies": {
"acorn": "^8.0.0",
"acorn-jsx": "^5.0.0",
"nyc": "^15.0.0",
"prettier": "^2.0.0",
"remark-cli": "^9.0.0",
"remark-preset-wooorm": "^8.0.0",
"tape": "^5.0.0",
"xo": "^0.38.0"
},
"scripts": {
"format": "remark . -qfo && prettier . -w --loglevel warn && xo --fix",
"test-api": "node test",
"test-coverage": "nyc --reporter lcov tape test.js",
"test": "npm run format && npm run test-coverage"
"build": "rimraf \"*.d.ts\" \"{dev/,lib/}**/*.d.ts\" && tsc && micromark-build && type-coverage"
},
"nyc": {
"check-coverage": true,
"lines": 100,
"functions": 100,
"branches": 100
},
"prettier": {
"tabWidth": 2,
"useTabs": false,
"singleQuote": true,
"bracketSpacing": false,
"semi": false,
"trailingComma": "none"
},
"xo": {
"prettier": true,
"esnext": false,
"rules": {
"complexity": "off",
"guard-for-in": "off",
"max-params": "off",
"unicorn/no-this-assignment": "off"
}
},
"remarkConfig": {
"plugins": [
"preset-wooorm",
[
"lint-maximum-heading-length",
false
]
]
"xo": false,
"typeCoverage": {
"atLeast": 100,
"detail": true,
"strict": true,
"ignoreCatch": true
}
}
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