🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

gatsby-plugin-paddle

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-paddle

Gatsby plugin that adds paddle.js to your site.

latest
Source
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source


gatsby-plugin-paddle

A simple plugin that adds paddle.js to every page on your Gatsby site.



Getting Started

STEP #1

Install using either npm or yarn:

npm install gatsby-plugin-paddle

OR

yarn add gatsby-plugin-paddle

STEP #2

Add the plugin to gatsby-config.js

module.exports = {
	plugins: [
		{
			resolve: `gatsby-plugin-paddle`,
			options: {
				vendorId: 'YOUR_VENDOR_ID' // Find in your account settings.
				debug: false // Set true to start the debug mode.
			}
		}
	]
};

Keywords

gatsby

FAQs

Package last updated on 09 Nov 2018

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