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

gooddata

Package Overview
Dependencies
Maintainers
10
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gooddata - npm Package Versions

1
20

6.0.0-pavelzgdc-pzb-717-vis-object-md-2018-03-26T08-31-58-887Z

Diff

bugsbunny338
published 5.0.1 •

Changelog

Source

2018-05-11 Version 6.0.0

  • rewritten in TypeScript + merged @gooddata/data-layer package (commit)
  • added support for multiple domains, see documentation (commit)
  • internal telemetry support (commit)

Migration guide:

Default SDK instance is no longer returned as the only module.export (see commit).

  • To get default instance use
    in CommonJS: const gooddata = require('@gooddata/gooddata-js').default
    or in ES6: import gooddata from '@gooddata/gooddata-js'
  • DataLayer was merged into gooddata-js as named export. Use:
    in CommonJS: const DataLayer = require('@gooddata/gooddata-js').DataLayer
    or in ES6: import { DataLayer } from '@gooddata/gooddata-js'
  • See all named exports here or in gooddata-node.ts
bugsbunny338
published 5.0.0-bugsbunny338-jza-bb-764-getvalidelements-restrictivedefinitioncontent-support-2018-03-22T13-39-08-524Z •

bugsbunny338
published 5.0.0-bugsbunny338-jza-bb-764-getvalidelements-restrictivedefinitioncontent-support-2018-03-21T17-25-03-401Z •

lhorak
published 6.0.0-lhorak-pzb-650-apierror-2018-03-19T13-08-13-400Z •

pavelzgdc
published 6.0.0-alpha2 •

pavelzgdc
published 6.0.0-pavelzgdc-pzb-647-telemetrie-2018-03-12T11-39-26-822Z •

peterlacko
published 5.0.0 •

vojty
published 6.0.0-alpha1 •

ocetnik
published 6.0.0-ocetnik-utils-2018-03-09T09-50-51-168Z •

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