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

gatsby-plugin-lodash

Package Overview
Dependencies
Maintainers
7
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gatsby-plugin-lodash

Easy modular Lodash builds. Adds the Lodash webpack & Babel plugins to your Gatsby build

  • 6.14.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
4.5K
decreased by-4%
Maintainers
7
Weekly downloads
 
Created
Source

gatsby-plugin-lodash

Adds the Lodash webpack & Babel plugins for easy modular, small Lodash builds.

Install

npm install gatsby-plugin-lodash lodash

How to use

Add the plugin to your gatsby-config.js.

plugins: [`gatsby-plugin-lodash`]

By default this plugin enables all feature sets. If you know you don't need some of them, you can remove support for features sets by setting a disabledFeatures option like the following:

plugins: [
  {
    resolve: `gatsby-plugin-lodash`,
    options: {
      disabledFeatures: [`shorthands`, `cloning`],
    },
  },
]

Keywords

FAQs

Package last updated on 06 Nov 2024

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