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 2.14.0 to 2.15.0

dist/ci.mjs

0

dist/ci.d.ts

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import { BinaryLike } from "crypto";

/// <reference types="node" />
import Module from "module";
export declare const createRequireFromPath: typeof Module.createRequire;

@@ -0,0 +0,0 @@ import { Headers } from "got";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ import Configstore from "configstore";

export declare const getGatsbyVersion: () => string;
export declare function getTermProgram(): string | undefined;

@@ -0,0 +0,0 @@ export { createContentDigest } from "./create-content-digest";

export declare function isTruthy(value: any): boolean;
export declare function getMatchPath(srcPagesPath: string): string | undefined;
export declare function fixedPagePath(pagePath: string): string;
export declare function generatePageDataPath(publicDir: string, pagePath: string): string;

@@ -0,0 +0,0 @@ export declare function generateHtmlPath(dir: string, outputPath: string): string;

@@ -0,0 +0,0 @@ /**

export declare function getPhysicalCpuCount(): number;

@@ -0,0 +0,0 @@ export declare type UnlockFn = () => Promise<void>;

@@ -0,0 +0,0 @@ export interface ISiteMetadata {

@@ -0,0 +0,0 @@ /**

6

package.json
{
"name": "gatsby-core-utils",
"version": "2.14.0",
"version": "2.15.0",
"description": "A collection of gatsby utils used in different gatsby packages",

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

"@types/ci-info": "2.0.0",
"babel-preset-gatsby-package": "^1.14.0",
"babel-preset-gatsby-package": "^1.15.0",
"cross-env": "^7.0.3",

@@ -56,3 +56,3 @@ "msw": "^0.35.0",

},
"gitHead": "f3f1bbc4b75e4ede40500e899449820c958a72ff"
"gitHead": "c1e67a23e298811afa9273a9698af17aec74589d"
}
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