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

clever-frontend-utils

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

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!)

0.5.0
npm
Version published
Weekly downloads
223
21.2%
Maintainers
3
Weekly downloads
 
Created
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

Package last updated on 11 Sep 2018

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