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

@gooddata/js-utils

Package Overview
Dependencies
Maintainers
56
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

  • 3.10.9-alpha-khanh-le-kl-sd-980-2020-07-20T03-08-58-683Z
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
156
decreased by-50.79%
Maintainers
56
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 (node 12.16.1, npm v6.13.4) and Yarn 1.22.4.

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 20 Jul 2020

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