micromark-extension-mdx-expression
Advanced tools
Comparing version 0.3.2 to 1.0.0-alpha.1
@@ -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 | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
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
0
Yes
6352
6
139
1
0
1
+ Added@types/acorn@4.0.6(transitive)
+ Added@types/estree@1.0.6(transitive)
+ Added@types/estree-jsx@1.0.5(transitive)
+ Addeddequal@2.0.3(transitive)
+ Addeddiff@5.2.0(transitive)
+ Addedestree-util-visit@1.2.1(transitive)
+ Addedkleur@4.1.5(transitive)
+ Addedmicromark-factory-mdx-expression@1.0.9(transitive)
+ Addedmicromark-factory-space@1.1.0(transitive)
+ Addedmicromark-util-character@1.2.0(transitive)
+ Addedmicromark-util-events-to-acorn@1.2.3(transitive)
+ Addedmicromark-util-symbol@1.1.0(transitive)
+ Addedmicromark-util-types@1.1.0(transitive)
+ Addedmri@1.2.0(transitive)
+ Addedsade@1.8.1(transitive)
+ Addedunist-util-position-from-estree@1.1.2(transitive)
+ Addedunist-util-stringify-position@3.0.3(transitive)
+ Addeduvu@0.5.6(transitive)
+ Addedvfile-message@3.1.4(transitive)
- Removedmicromark@~2.11.0
- Removedvfile-message@^2.0.0
- Removedcharacter-entities@1.2.4(transitive)
- Removedcharacter-entities-legacy@1.1.4(transitive)
- Removedcharacter-reference-invalid@1.1.4(transitive)
- Removeddebug@4.3.7(transitive)
- Removedis-alphabetical@1.0.4(transitive)
- Removedis-alphanumerical@1.0.4(transitive)
- Removedis-decimal@1.0.4(transitive)
- Removedis-hexadecimal@1.0.4(transitive)
- Removedmicromark@2.11.4(transitive)
- Removedms@2.1.3(transitive)
- Removedparse-entities@2.0.0(transitive)
- Removedunist-util-stringify-position@2.0.3(transitive)
- Removedvfile-message@2.0.4(transitive)