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.0.0-next.0 to 4.0.0-next.1

6

package.json
{
"name": "gatsby-core-utils",
"version": "4.0.0-next.0",
"version": "4.0.0-next.1",
"description": "A collection of gatsby utils used in different gatsby packages",

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

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

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

},
"gitHead": "d64ed3d77ca7eacb40349cc26644b738ff351333"
"gitHead": "f4959a437161c7b1b797bbe1c68f8c748d8d3f35"
}

@@ -33,7 +33,7 @@ # `gatsby-core-utils`

| value | description |
| ------------- | ------------------------------------------------------ |
| | Counts amount of real cores by running a shell command |
| logical-cores | `require("os").cpus()` to count all virtual cores |
| any number | Sets cpu count to that specific number |
| value | description |
| --------------- | ------------------------------------------------------ |
| | Counts amount of real cores by running a shell command |
| `logical_cores` | `require("os").cpus()` to count all virtual cores |
| any number | Sets cpu count to that specific number |

@@ -49,3 +49,3 @@ ```js

const { cpuCoreCount } = require("gatsby-core-utils")
process.env.GATSBY_CPU_COUNT = "logical-cores"
process.env.GATSBY_CPU_COUNT = "logical_cores"

@@ -52,0 +52,0 @@ const coreCount = cpuCoreCount()

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