You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

@gooddata/js-utils

Package Overview
Dependencies
Maintainers
81
Versions
156
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/js-utils

Various utils shared on GoodData frontend

4.1.0
latest
Source
npm
Version published
Weekly downloads
386
12.54%
Maintainers
81
Weekly downloads
 
Created
Source

GDC JavaScript utilities

This repo contains some basic utilities used among JavaScript frontend applications at GoodData. Utils use babel for packaging, so that you can use ES6 modules & syntax.

Setup

Install Node.js and Yarn (for versions, see config).

Install dependencies:

yarn install --frozen-lockfile

Development

To run tests, run the following command:

yarn test

For releasing new version, run the following command:

./ci/release.sh [major|minor|patch]

Default version increment is patch.

FAQs

Package last updated on 11 Nov 2022

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