gatsby-core-utils
Advanced tools
Comparing version 1.0.29 to 1.0.30
@@ -6,2 +6,8 @@ # Change Log | ||
## [1.0.30](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.29...gatsby-core-utils@1.0.30) (2020-03-06) | ||
### Bug Fixes | ||
- **gatsby-core-utils:** Add configstore as a dependency ([#22019](https://github.com/gatsbyjs/gatsby/issues/22019)) ([ab71779](https://github.com/gatsbyjs/gatsby/commit/ab71779)) | ||
## [1.0.29](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.28...gatsby-core-utils@1.0.29) (2020-03-06) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "gatsby-core-utils", | ||
"version": "1.0.29", | ||
"version": "1.0.30", | ||
"description": "A collection of gatsby utils used in different gatsby packages", | ||
@@ -33,2 +33,3 @@ "keywords": [ | ||
"ci-info": "2.0.0", | ||
"configstore": "^5.0.0", | ||
"node-object-hash": "^2.0.0" | ||
@@ -42,3 +43,3 @@ }, | ||
}, | ||
"gitHead": "92fe0fe9223d6cbf7a54c769501dc73a00106ed6" | ||
"gitHead": "0f50e581896c59dd437ff3b69f856a9af1ea82e4" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
22459
0
3
+ Addedconfigstore@^5.0.0
+ Addedconfigstore@5.0.1(transitive)
+ Addedcrypto-random-string@2.0.0(transitive)
+ Addeddot-prop@5.3.0(transitive)
+ Addedgraceful-fs@4.2.11(transitive)
+ Addedimurmurhash@0.1.4(transitive)
+ Addedis-obj@2.0.0(transitive)
+ Addedis-typedarray@1.0.0(transitive)
+ Addedmake-dir@3.1.0(transitive)
+ Addedsemver@6.3.1(transitive)
+ Addedsignal-exit@3.0.7(transitive)
+ Addedtypedarray-to-buffer@3.1.5(transitive)
+ Addedunique-string@2.0.0(transitive)
+ Addedwrite-file-atomic@3.0.3(transitive)
+ Addedxdg-basedir@4.0.0(transitive)