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

@looker/sdk

Package Overview
Dependencies
Maintainers
6
Versions
153
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@looker/sdk - npm Package Compare versions

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 @@

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