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

gatsby-core-utils

Package Overview
Dependencies
Maintainers
16
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.3.0-next.0 to 4.3.0-next.1

6

CHANGELOG.md

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

## [4.2.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.2.0/packages/gatsby-core-utils) (2022-11-25)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.2)
**Note:** Version bump only for package gatsby-core-utils
## [4.1.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-core-utils@4.1.0/packages/gatsby-core-utils) (2022-11-22)

@@ -8,0 +14,0 @@

2

dist/remote-file-utils/fetch-file.d.ts

@@ -5,3 +5,3 @@ /// <reference types="node" />

import type { GatsbyCache } from "gatsby";
export declare type IFetchRemoteFileOptions = {
export type IFetchRemoteFileOptions = {
url: string;

@@ -8,0 +8,0 @@ auth?: {

@@ -1,4 +0,4 @@

export declare type UnlockFn = () => Promise<void>;
export type UnlockFn = () => Promise<void>;
export declare const createServiceLock: (programPath: string, serviceName: string, content: Record<string, any>) => Promise<UnlockFn | null>;
export declare const getService: <T = Record<string, unknown>>(programPath: string, serviceName: string, ignoreLockfile?: boolean) => Promise<T | null>;
export declare const getServices: (programPath: string) => Promise<any>;
{
"name": "gatsby-core-utils",
"version": "4.3.0-next.0",
"version": "4.3.0-next.1",
"description": "A collection of gatsby utils used in different gatsby packages",

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

"import-from": "^4.0.0",
"lmdb": "2.5.3",
"lmdb": "2.7.1",
"lock": "^1.1.0",

@@ -89,5 +89,5 @@ "node-object-hash": "^2.3.10",

"is-uuid": "^1.0.2",
"msw": "^0.38.2",
"msw": "^0.49.1",
"npm-run-all": "^4.1.5",
"typescript": "^4.7.4"
"typescript": "^4.9.3"
},

@@ -97,3 +97,3 @@ "engines": {

},
"gitHead": "7c27b0d7de77dc0ddcfec15515756f1b90000dae"
"gitHead": "03d6c591084769e0498e985c9600396b5d282053"
}
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