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

cpe-patterns

Package Overview
Dependencies
Maintainers
0
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cpe-patterns

A pattern library authoring environment

  • 5.2.0
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
102
increased by410%
Maintainers
0
Weekly downloads
 
Created
Source

CPE Patterns

NPM version

CPE's Pattern Library, powered by 11ty (Originally built with Drizzle.)

Usage

You can see the pattern library at https://cpe-patterns.netlify.com/

To use the CPE patterns CSS or JS, you can get it via:

npm i cpe-patterns

Documentation

Development

Before running the project you'll need to install dependencies:

npm ci

This will start running a local web server and reloading when you change files:

npm start

Publishing a new version

Make sure you have the latest npm version (npm i -g npm)

  • npm version <new version here> (in a PR)
    • This will update the version number in package.json, package-lock.json, and CHANGELOG.md
  • npm publish (on master, after PR is merged)

Using your local version of cpe-patterns in another project

In your local cpe-patterns folder:

  • npm link - registers the module globally
  • npm start - starts watcher

In a repo that uses cpe-patterns:

  • npm link cpe-patterns - This points node_modules/cpe-patterns to your local cpe-patterns folder

When you want to switch back to the published version of cpe-patterns, just run npm i

Keywords

FAQs

Package last updated on 30 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