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

gatsby-core-utils

Package Overview
Dependencies
Maintainers
14
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.0.24 to 1.0.25

4

CHANGELOG.md

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

## [1.0.25](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.24...gatsby-core-utils@1.0.25) (2019-12-20)
**Note:** Version bump only for package gatsby-core-utils
## [1.0.24](https://github.com/gatsbyjs/gatsby/compare/gatsby-core-utils@1.0.22...gatsby-core-utils@1.0.24) (2019-12-10)

@@ -8,0 +12,0 @@

@@ -16,2 +16,8 @@ /**

/**
* Convert Windows backslash paths to slash paths: foo\\bar ➔ foo/bar
* @param {string} path
*/
export declare function slash(path: string): string
/**
* Checks if the file name matches a node path

@@ -18,0 +24,0 @@ * @param {string} fileName File name

4

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

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

},
"gitHead": "a9e404620b8d855b8c6f8ded028b93dab6071ead"
"gitHead": "f5f0c9b91d914cc86f9ce483e062357ed7ebbb7d"
}
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