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

gatsby-link

Package Overview
Dependencies
Maintainers
1
Versions
693
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 1.0.0-alpha12-alpha.373740a8 to 1.0.0-alpha12-alpha.3a216f9f

2

index.js

@@ -34,3 +34,3 @@ "use strict";

// don't support service workers *cough* Safari/IE *cough*.
if (process.env.NODE_ENV === "production" && !("serviceWorker" in navigator)) {
if (process.env.NODE_ENV === "production" && !("serviceWorker" in navigator) || window.location.protocol !== "https:") {
(function () {

@@ -37,0 +37,0 @@ var routes = window.gatsbyRootRoute;

{
"name": "gatsby-link",
"version": "1.0.0-alpha12-alpha.373740a8",
"version": "1.0.0-alpha12-alpha.3a216f9f",
"description": "An enhanced Link component for Gatsby sites with support for resource prefetching",

@@ -5,0 +5,0 @@ "main": "index.js",

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