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

@pernod-ricard-global-cms/cbl-component-library

Package Overview
Dependencies
Maintainers
0
Versions
1646
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pernod-ricard-global-cms/cbl-component-library

Component library

  • 11.42.19
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
772
increased by1.98%
Maintainers
0
Weekly downloads
 
Created
Source

cbl-component-library

Front end components for gcms sites

Installation

Install with npm or yarn..

npm install --save-dev @pernod-ricard-global-cms/cbl-component-library

yarn add -D @pernod-ricard-global-cms/cbl-component-library

If you don't have the scripts already in your package.json you can add these and use them to install and update components.

"install-component": "node ./node_modules/@pernod-ricard-global-cms/cbl-component-library/install-component.js", "upgrade-component": "node ./node_modules/@pernod-ricard-global-cms/cbl-component-library/upgrade-component.js", "list-components": "node ./node_modules/@pernod-ricard-global-cms/cbl-component-library/list-components.js",

eg you can list the available components with

yarn list-components

and then you can install and component with

yarn install-component <name-of-component>

Run unit tests

Go to the folder

yarn install

then, to run unit tests,

yarn test

FAQs

Package last updated on 13 Jan 2025

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