Socket
Socket
Sign inDemoInstall

clever-frontend-utils

Package Overview
Dependencies
9
Maintainers
3
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    clever-frontend-utils

A set of utils for frontend projects at Clever (and potentially elsewhere!)


Version published
Weekly downloads
214
decreased by-13.36%
Maintainers
3
Install size
2.20 MB
Created
Weekly downloads
 

Readme

Source

frontend-utils

A set of utils for frontend projects at Clever (and potentially elsewhere!).

Note that the npm package for this repo, clever-frontend-utils, is public. Keep that in mind when adding utils.

Developing

To install dependencies, use:

npm install

Building Locally

If you want to build the lib for local use, run:

make build

This will compile lib/ to JavaScript and place the output in the dist/ directory.

Testing

To lint and test, run:

make test

All files ending in _test.ts will be considered test files by Jest.

Deploying

Merging code to master will automatically result in an npm publish. Remember to version bump in the package.json!

FAQs

Last updated on 19 Apr 2024

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc