Socket
Socket
Sign inDemoInstall

@weahead/gatsby-plugin-wa-cmp

Package Overview
Dependencies
Maintainers
9
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@weahead/gatsby-plugin-wa-cmp

Plugin to handle CMP


Version published
Weekly downloads
8
Maintainers
9
Weekly downloads
 
Created
Source

Installation & Setup

First install the plugin via NPM or Yarn:

npm install @weahead/gatsby-plugin-wa-cmp
yarn add @weahead/gatsby-plugin-wa-cmp

Next you add the packagename to the plugins list in gatsby-config.js

// ./gatsby-config.js
module.exports = {
  // ...
  plugins: [
    // ...
    "@weahead/gatsby-plugin-wa-cmp",
  ],
};

Configuration

// ./gatsby-config.js
module.exports = {
  // ...
  plugins: [
    // ...
    {
      resolve: "@weahead/gatsby-plugin-wa-cmp",
      options: {
        analyticsCookieName: String, // optional, defaults to `consent-analytics`
      },
    },
  ],
};

License

See LICENSE

FAQs

Package last updated on 04 Aug 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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