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

gatsby-plugin-dataunlocker

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-dataunlocker

DataUnlocker's integration to Gatsby

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

gatsby-plugin-dataunlocker

Node.js package Package version

DataUnlocker integration with Gatsby-powered websites.

  • Injects DataUnlocker's script to all website's pages using the dynamic script injection provided by DataUnlocker.

This means each time your website is built, DataUnlocker's script is injected automatically. You don't need to manually inject DataUnlocker's script, but you still need to create proxy endpoints in DataUnlocker Admin Console.

Usage

Add gatsby-plugin-dataunlocker to your project with:

npm install gatsby-plugin-dataunlocker

Now in your gatsby-config.js, use the following:

module.exports = {
  plugins: [
    {
      resolve: 'gatsby-plugin-dataunlocker',
      options: {
        propertyId: '6751714b4c5980736a4b6aaa', // Required. Your DataUnlocker property ID.
        scriptVersion: 'latest', // Optional. Use 'latest' or a specific script version like '3.0.3'.
      },
    },
  ],
};

License

MIT © DataUnlocker

Keywords

FAQs

Package last updated on 27 Sep 2021

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