Comparing version 1.0.3 to 1.0.4
{ | ||
"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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
100
2
822073
20315
2
9