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

@gooddata/data-layer

Package Overview
Dependencies
Maintainers
38
Versions
320
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gooddata/data-layer

> JavaScript library to obtain data for custom visualizations from GoodData platform.

6.0.0
latest
npm
Version published
Weekly downloads
321
Maintainers
38
Weekly downloads
 
Created
Source

gooddata-data-layer

JavaScript library to obtain data for custom visualizations from GoodData platform.

Getting started

Usage

With yarn installed, go to your project directory and run

$ yarn add @gooddata/data-layer

If you prefer npm run

$ npm install @gooddata/data-layer

Documentation

Develop

Running the development

$ cd gooddata-data-layer
$ yarn dev

Running the tests

To validate using tslint, run

$ yarn validate

To start the unit tests, run

$ yarn test

Deployment

git checkout master && git pull upstream master --tags
npm version patch -m "Release v%s"
npm publish --tag alpha
git push upstream master --tags

Contributing

Report bugs and features on our issues page.

License

Copyright (C) 2007-2017, GoodData(R) Corporation. All rights reserved.

For more information, please see LICENSE

FAQs

Package last updated on 10 Mar 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