Socket
Socket
Sign inDemoInstall

@gooddata/data-layer

Package Overview
Dependencies
19
Maintainers
38
Versions
320
Alerts
File Explorer

Advanced tools

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.


Version published
Weekly downloads
65
decreased by-83.95%
Maintainers
38
Install size
10.1 MB
Created
Weekly downloads
 

Readme

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

Last updated on 10 Mar 2018

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc