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

gatsby-remark-autolink-headers

Package Overview
Dependencies
Maintainers
1
Versions
535
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-remark-autolink-headers - npm Package Compare versions

Comparing version 1.0.0-alpha16-alpha.0e39282b to 1.0.0-alpha16-alpha.102adc51

2

gatsby-browser.js

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

exports.clientEntry = function (args, pluginOptions) {
exports.onClientEntry = function (args, pluginOptions) {
var offsetY = 0;

@@ -20,0 +20,0 @@ if (pluginOptions.offsetY) {

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

exports.modifyHeadComponents = function (args, pluginOptions) {
exports.createHeadComponents = function (args, pluginOptions) {
var offsetY = 0;

@@ -12,0 +12,0 @@ if (pluginOptions.offsetY) {

{
"name": "gatsby-remark-autolink-headers",
"description": "Gatsby plugin to autolink headers in markdown processed by Remark",
"version": "1.0.0-alpha16-alpha.0e39282b",
"version": "1.0.0-alpha16-alpha.102adc51",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",

@@ -6,0 +6,0 @@ "dependencies": {

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