@looker/sdk
Advanced tools
Comparing version 0.1.0-experimental.13 to 0.1.3-beta.1
114
package.json
{ | ||
"name": "@looker/sdk", | ||
"version": "0.1.0-experimental.13", | ||
"description": "Looker SDK", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/looker-open-source/sdk_codegen.git" | ||
}, | ||
"author": "Looker", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "yarn clean && tsc", | ||
"clean": "rm -rf lib dist", | ||
"test": "yarn jest", | ||
"docs": "typedoc --mode file --out docs", | ||
"lint": "tslint --project tsconfig.json --format stylish 'src/**/*.ts'", | ||
"lint-fix": "tslint --fix --project tsconfig.json --format stylish 'src/**/*.ts'" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/looker-open-source/sdk_codegen/issues" | ||
}, | ||
"engines": { | ||
"node": ">=10", | ||
"npm": ">=5.5.1" | ||
}, | ||
"homepage": "https://github.com/looker-open-source/sdk_codegen/tree/jk/generator_poc/typescript/looker", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.13", | ||
"jest": "^24.8.0", | ||
"ts-jest": "^24.0.2", | ||
"webpack": "^4.29.6", | ||
"webpack-cli": "^3.3.0", | ||
"webpack-dev-server": "^3.2.1", | ||
"tslint": "^5.19.0" | ||
}, | ||
"dependencies": { | ||
"@types/ini": "^1.3.30", | ||
"@types/node": "^11.13.7", | ||
"@types/request": "^2.48.2", | ||
"@types/request-promise-native": "^1.0.16", | ||
"ini": "^1.3.5", | ||
"request": "^2.88.0", | ||
"request-promise-native": "^1.0.7", | ||
"ts-node": "^8.1.0", | ||
"typescript": "^3.4.5" | ||
}, | ||
"keywords": [ | ||
"Looker", | ||
"SDK" | ||
] | ||
"name": "@looker/sdk", | ||
"version": "0.1.3-beta.1", | ||
"description": "Looker SDK", | ||
"main": "dist/index.js", | ||
"typings": "dist/index.d.ts", | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"directories": { | ||
"test": "test" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/looker-open-source/sdk-codegen.git" | ||
}, | ||
"author": "Looker", | ||
"license": "MIT", | ||
"scripts": { | ||
"build": "yarn clean && tsc", | ||
"clean": "rm -rf lib dist", | ||
"test": "yarn jest", | ||
"docs": "typedoc --mode file --out docs", | ||
"lint": "tslint --project tsconfig.json --format stylish 'src/**/*.ts'", | ||
"lint-fix": "tslint --fix --project tsconfig.json --format stylish 'src/**/*.ts'" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/looker-open-source/sdk-codegen/issues" | ||
}, | ||
"engines": { | ||
"node": ">=10", | ||
"npm": ">=5.5.1" | ||
}, | ||
"homepage": "https://github.com/looker-open-source/sdk-codegen/", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.13", | ||
"jest": "^24.8.0", | ||
"ts-jest": "^24.0.2", | ||
"webpack": "^4.29.6", | ||
"webpack-cli": "^3.3.0", | ||
"webpack-dev-server": "^3.2.1", | ||
"tslint": "^5.19.0" | ||
}, | ||
"dependencies": { | ||
"@types/ini": "^1.3.30", | ||
"@types/node": "^11.13.7", | ||
"@types/request": "^2.48.2", | ||
"@types/request-promise-native": "^1.0.16", | ||
"ini": "^1.3.5", | ||
"request": "^2.88.0", | ||
"request-promise-native": "^1.0.7", | ||
"ts-node": "^8.1.0", | ||
"typescript": "^3.4.5" | ||
}, | ||
"keywords": [ | ||
"Looker", | ||
"SDK" | ||
] | ||
} |
@@ -5,3 +5,3 @@ # Looker SDK | ||
**DISCLAIMER**: This is an _experimental_ version of the Looker SDK, using a new code generator developed by Looker. You should expect some things to just not work, and foresee drastic changes to the SDK source code until an official beta begins. | ||
**DISCLAIMER**: This is a _beta_ version of the Looker SDK, using a completely new code generator developed by Looker. Implementations are still subject to change, but we expect most SDK method calls to work correctly. If you run into problems with the SDK, please feel free to [report an issue](https://github.com/looker-open-source/sdk-codegen/issues), and please indicate which language SDK you're using in the report. | ||
@@ -32,3 +32,3 @@ ## Getting started | ||
**Note**: The INI configuration for the Looker SDK is a sample implementation intended to speed up the initial development of Node applications using the Looker API. See the [Securing your SDK Credentials] section below for warnings about using INI files that contain your API credentials in a source code repository or production environment. | ||
**Note**: The `.ini` configuration for the Looker SDK is a sample implementation intended to speed up the initial development of Node applications using the Looker API. See the [Securing your SDK Credentials](#securing-your-sdk-credentials) section below for warnings about using `.ini` files that contain your API credentials in a source code repository or production environment. | ||
@@ -47,4 +47,2 @@ Create a `looker.ini` file with your server URL and API credentials assigned as shown in this example. | ||
client_secret=your_API3_client_secret | ||
# Optional embed secret for SSO embedding | ||
embed_secret=your_embed_SSO_secret | ||
``` | ||
@@ -51,0 +49,0 @@ |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 2 instances in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
0
10812
3
0
170
2