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

gatsby-core-utils

Package Overview
Dependencies
Maintainers
12
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 4.7.0-next.0 to 4.8.0-next.0

13

CHANGELOG.md

@@ -6,2 +6,15 @@ # Changelog: `gatsby-core-utils`

## [4.6.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.6.0/packages/gatsby-core-utils) (2023-02-07)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.6)
#### Bug Fixes
- update babel monorepo [#37568](https://github.com/gatsbyjs/gatsby/issues/37568) ([13a0a9e](https://github.com/gatsbyjs/gatsby/commit/13a0a9e83dcb015b65dff6b73cdd5dea09c2988f))
#### Chores
- update dependency msw to ^0.49.3 for gatsby-core-utils [#37564](https://github.com/gatsbyjs/gatsby/issues/37564) ([d8d9d61](https://github.com/gatsbyjs/gatsby/commit/d8d9d612b268788544f02ad93fe370c52586a5d6))
- update typescript [#37596](https://github.com/gatsbyjs/gatsby/issues/37596) ([4f1d1f2](https://github.com/gatsbyjs/gatsby/commit/4f1d1f260472d7768b57960b1e274c8755ca5a67))
## [4.5.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.5.0/packages/gatsby-core-utils) (2023-01-24)

@@ -8,0 +21,0 @@

2

dist/service-lock.js

@@ -27,3 +27,3 @@ "use strict";

function getLockFileInstance() {
return (specifier => new Promise(r => r(specifier)).then(s => _interopRequireWildcard(require(s))))(`proper-lockfile`);
return Promise.resolve().then(() => _interopRequireWildcard(require(`proper-lockfile`)));
}

@@ -30,0 +30,0 @@ const memoryServices = {};

{
"name": "gatsby-core-utils",
"version": "4.7.0-next.0",
"version": "4.8.0-next.0",
"description": "A collection of gatsby utils used in different gatsby packages",

@@ -85,3 +85,3 @@ "keywords": [

"@types/ci-info": "2.0.0",
"babel-preset-gatsby-package": "^3.7.0-next.0",
"babel-preset-gatsby-package": "^3.8.0-next.0",
"cross-env": "^7.0.3",

@@ -97,3 +97,3 @@ "del-cli": "^5.0.0",

},
"gitHead": "342e393de312ea765656e66970e4554991125275"
"gitHead": "fed83d576e330ad8234cab95844a7db418592e76"
}
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