Socket
Socket
Sign inDemoInstall

gatsby-link

Package Overview
Dependencies
Maintainers
6
Versions
691
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-link - npm Package Compare versions

Comparing version 5.14.0-next.0 to 5.14.0-next.1

6

CHANGELOG.md

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

## [5.13.0](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.13.0/packages/gatsby-link) (2023-12-18)
[🧾 Release notes](https://www.gatsbyjs.com/docs/reference/release-notes/v5.13)
**Note:** Version bump only for package gatsby-link
### [5.12.1](https://github.com/gatsbyjs/gatsby/commits/gatsby-link@5.12.1/packages/gatsby-link) (2023-10-26)

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

2

index.d.ts

@@ -36,3 +36,3 @@ import * as React from "react"

*/
export const navigate: NavigateFn
export const navigate: (...args: Parameters<NavigateFn>) => void;

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

{
"name": "gatsby-link",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",
"version": "5.14.0-next.0",
"version": "5.14.0-next.1",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

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

"@types/reach__router": "^1.3.10",
"gatsby-page-utils": "^3.14.0-next.0",
"gatsby-page-utils": "^3.14.0-next.1",
"prop-types": "^15.8.1"

@@ -33,3 +33,3 @@ },

"cross-env": "^7.0.3",
"del-cli": "^5.0.0",
"del-cli": "^5.1.0",
"microbundle": "^0.15.1",

@@ -56,3 +56,3 @@ "prepend-directive": "^1.1.0"

},
"gitHead": "eed07f3da59cd3d94b9e8c0b12aa1570f8a99a60"
"gitHead": "196618a8cb03f3905e801dbfcdd5fcf14963e5fc"
}
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