@mdx-js/runtime
Advanced tools
Comparing version 2.0.0-ci.42 to 2.0.0-ci.43
{ | ||
"name": "@mdx-js/runtime", | ||
"version": "2.0.0-ci.42+6a27dbd6", | ||
"version": "2.0.0-ci.43+e3d94388", | ||
"description": "Parse and render MDX in a runtime environment", | ||
@@ -49,4 +49,4 @@ "repository": "mdx-js/mdx", | ||
"dependencies": { | ||
"@mdx-js/mdx": "2.0.0-ci.42+6a27dbd6", | ||
"@mdx-js/react": "2.0.0-ci.42+6a27dbd6", | ||
"@mdx-js/mdx": "2.0.0-ci.43+e3d94388", | ||
"@mdx-js/react": "2.0.0-ci.43+e3d94388", | ||
"buble-jsx-only": "^0.19.0" | ||
@@ -59,3 +59,3 @@ }, | ||
}, | ||
"gitHead": "6a27dbd6a98962a702c0b6b2894f7b58eefb0de3" | ||
"gitHead": "e3d94388cf428fdaefeca3fe26abe313de1a87c0" | ||
} |
@@ -36,3 +36,3 @@ const React = require('react') | ||
const code = transform(jsx, {objectAssign: 'Object.assign'}).code | ||
const {code} = transform(jsx, {objectAssign: 'Object.assign'}) | ||
@@ -39,0 +39,0 @@ const keys = Object.keys(fullScope) |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing 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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
7580