New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ezcater/babel-plugin-recipe

Package Overview
Dependencies
Maintainers
9
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ezcater/babel-plugin-recipe

Static analysis tools for ezCater's Recipe design system

  • 1.1.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
9
Created
Source

Recipe Analytics: babel-plugin-recipe

The Recipe Analytics babel plugin is a tool for statically analyzing a code base to determine its usage of Recipe components. You can run it on any codebase that imports Recipe.

Installation

If you're running Recipe < v8.0.0, you'll need to install @ezcater/babel-plugin-recipe from npm:

npm install @ezcater/babel-plugin-recipe

If you are on a recent version of Recipe, the plugin is already available at @ezcater/recipe/packages/plugin.

Configure

The Recipe Analytics babel plugin can be configured to be run as part of your production build, allowing statistics from static analysis to be submitted with every release.

with babel:

Add the plugin to your babel configuration, using the env option to ensure the plugin is only run when compiling your code for production.

NOTE: The correct plugin name to use in this step will either be "@ezcater/babel-plugin-recipe" or "@ezcater/recipe/packages/plugin" depending on your installation):

{
  "env": {
    "production": {
      "plugins": ["@ezcater/recipe/packages/plugin"]
    }
  }
}

with create-react-app:

Coming soon...

Usage

Coming soon...

FAQs

Package last updated on 04 Mar 2022

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