Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@copart/front-end-utils

Package Overview
Dependencies
Maintainers
19
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@copart/front-end-utils

All front end utility methods live here

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
19
Created
Source

Front end Utils

Repository containing javascript utility methods for string, date and regex based manipulation

Getting Started

  1. Clone this repository and install its dependencies
$ git clone https://github.com/copartit/front-end-utils
$ cd front-end-utils
$ yarn install && yarn typed

yarn typed searches the libdef repo and download all the libdefs that are relevant for project and install them.

  1. Watch files and recompile whenever they change
$ yarn start

yarn start builds the library, then keeps rebuilding it whenever the source files change.

  1. Compile and bundle code
$ yarn build

yarn build builds the library to dist, generating three major files:

  • dist/frontendutils.cjs.js a CommonJS bundle, suitable for use in Node.js, that requires the external dependency. This corresponds to the "main" field in package.json
  • dist/frontendutils.esm.js an ES module bundle, suitable for use in other people's libraries and applications, that imports the external dependency. This corresponds to the "module" field in package.json
  • dist/frontendutils.umd.js a UMD build, suitable for use in any environment (including the browser, as a field in package.json
  1. Check the code quality
$ yarn lint

yarn lint checks the code, whether it meets Airbnb's JavaScript style guide, and type checking using Flow.

  1. Run the unit tests
$ yarn test

yarn test runs the unit tests using Jest to check if the function is executable.

Coverage Report

Flow coverage.

Keywords

FAQs

Package last updated on 24 May 2024

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