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

gatsby-core-utils

Package Overview
Dependencies
Maintainers
17
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.1.2 to 1.1.3

6

CHANGELOG.md

@@ -6,2 +6,8 @@ # Change Log

## [1.1.3](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.1.2...gatsby-core-utils@1.1.3) (2020-04-17)
### Bug Fixes
- wrap ignore pattern in quotes ([#23176](https://github.com/gatsbyjs/gatsby/issues/23176)) ([7563db6](https://github.com/gatsbyjs/gatsby/commit/7563db6))
## [1.1.2](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.1.1...gatsby-core-utils@1.1.2) (2020-04-16)

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

0

dist/ci.d.ts

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

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

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

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

export declare const getGatsbyVersion: () => string;

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

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

export declare function getPhysicalCpuCount(): number;

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

8

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

@@ -19,6 +19,6 @@ "keywords": [

"scripts": {
"build": "babel src --out-dir dist/ --ignore **/__tests__ --ignore **/__mocks__ --extensions \".ts\"",
"build": "babel src --out-dir dist/ --ignore \"**/__tests__\" --ignore \"**/__mocks__\" --extensions \".ts\"",
"typegen": "tsc --emitDeclarationOnly --declaration --declarationDir dist/",
"prepare": "cross-env NODE_ENV=production npm run build && npm run typegen",
"watch": "babel -w src --out-dir dist/ --ignore **/__tests__ --extensions \".ts\""
"watch": "babel -w src --out-dir dist/ --ignore \"**/__tests__\" --extensions \".ts\""
},

@@ -48,3 +48,3 @@ "bugs": {

},
"gitHead": "d3823b5b2af478ce861a38413ee6b4d4f3cc6da9"
"gitHead": "8b6b9f338b6d695a30c80ead459c3a9ca2f165e3"
}
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