gatsby-core-utils
Advanced tools
Comparing version 1.0.27-berry-mdx.56 to 1.0.27
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.27](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.26...gatsby-core-utils@1.0.27) (2020-01-29) | ||
### Bug Fixes | ||
- **gatsby-plugin-mdx:** support yarn PnP ([#20638](https://github.com/gatsbyjs/gatsby/issues/20638)) ([6375ba9](https://github.com/gatsbyjs/gatsby/commit/6375ba9)) | ||
## [1.0.26](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.25...gatsby-core-utils@1.0.26) (2020-01-09) | ||
@@ -8,0 +14,0 @@ |
@@ -10,2 +10,3 @@ "use strict"; | ||
exports.isCI = require(`./ci`).isCI; | ||
exports.getCIName = require(`./ci`).getCIName; | ||
exports.getCIName = require(`./ci`).getCIName; | ||
exports.createRequireFromPath = require(`./create-require-from-path`); |
{ | ||
"name": "gatsby-core-utils", | ||
"version": "1.0.27-berry-mdx.56+ee68b8495", | ||
"version": "1.0.27", | ||
"description": "A collection of gatsby utils used in different gatsby packages", | ||
@@ -38,6 +38,6 @@ "keywords": [ | ||
"@babel/core": "^7.7.5", | ||
"babel-preset-gatsby-package": "0.2.15", | ||
"babel-preset-gatsby-package": "^0.2.15", | ||
"cross-env": "^5.2.1" | ||
}, | ||
"gitHead": "ee68b8495693a1837c849e82ddbbd7261b3ec64f" | ||
"gitHead": "390b89c4dc5c5eca3c8456f8aba558a5ab77b401" | ||
} |
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
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
20564
15
297
0
0
31