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

gooddata

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gooddata - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "gooddata",
"version": "1.0.3",
"version": "1.0.4",
"author": "GoodData",

@@ -5,0 +5,0 @@ "description": "GoodData JavaScript SDK",

@@ -14,2 +14,14 @@ # GoodData JS SDK

### Node JS
You can use the SDK in nodejs, but do not forget to set custom domain URL:
```js
const gooddata = require('gooddata');
gooddata.config.setCustomDomain('secure.gooddata.com');
gooddata.user.login('john.doe@example.com', 'your-secret-password')
.then(console.log, console.error);
```
## Quick start

@@ -16,0 +28,0 @@ To build the sdk you need to have [git](http://git-scm.com) and [Node.js](http://nodejs.org)

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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