@mdx-js/runtime
Advanced tools
Comparing version 1.6.13 to 1.6.14
{ | ||
"name": "@mdx-js/runtime", | ||
"version": "1.6.13", | ||
"version": "1.6.14", | ||
"description": "Parse and render MDX in a runtime environment", | ||
@@ -41,7 +41,7 @@ "repository": "mdx-js/mdx", | ||
"dependencies": { | ||
"@mdx-js/mdx": "1.6.13", | ||
"@mdx-js/react": "1.6.13", | ||
"@mdx-js/mdx": "1.6.14", | ||
"@mdx-js/react": "1.6.14", | ||
"buble-jsx-only": "^0.19.8" | ||
}, | ||
"gitHead": "098e7d433b603ff0ea9fc947f1adc686fc7846c3" | ||
"gitHead": "8c9e6b1cf88cd348b607917a8ff058ea665e7373" | ||
} |
@@ -24,2 +24,13 @@ # `@mdx-js/runtime` | ||
### Props | ||
The MDX Runtime component accepts two props: | ||
| Name | Description | | ||
| ------------ | ---------------------------------------------------------------- | | ||
| `components` | Globally available components for the runtime | | ||
| `scope` | Variables that are accessible in the JSX portion of the document | | ||
### Example code | ||
```jsx | ||
@@ -44,2 +55,4 @@ import React from 'react' | ||
<Demo /> | ||
<div>Here is the scope variable: {some}</div> | ||
` | ||
@@ -46,0 +59,0 @@ |
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
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
16891
94
+ Added@mdx-js/mdx@1.6.14(transitive)
+ Added@mdx-js/react@1.6.14(transitive)
+ Added@mdx-js/util@1.6.14(transitive)
+ Addedbabel-plugin-apply-mdx-type-prop@1.6.14(transitive)
+ Addedbabel-plugin-extract-import-names@1.6.14(transitive)
+ Addedremark-mdx@1.6.14(transitive)
+ Addedremark-parse@8.0.3(transitive)
- Removed@mdx-js/mdx@1.6.13(transitive)
- Removed@mdx-js/react@1.6.13(transitive)
- Removed@mdx-js/util@1.6.13(transitive)
- Removedbabel-plugin-apply-mdx-type-prop@1.6.13(transitive)
- Removedbabel-plugin-extract-import-names@1.6.13(transitive)
- Removedremark-mdx@1.6.13(transitive)
- Removedremark-parse@8.0.2(transitive)
Updated@mdx-js/mdx@1.6.14
Updated@mdx-js/react@1.6.14