Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

gatsby-core-utils

Package Overview
Dependencies
Maintainers
15
Versions
364
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-core-utils - npm Package Compare versions

Comparing version 1.0.27-berry-mdx.56 to 1.0.27

dist/create-require-from-path.js

6

CHANGELOG.md

@@ -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 @@

3

dist/index.js

@@ -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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc