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
8
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.3-beta.14 to 0.1.3-beta.15

9

dist/rtl/browserTransport.js

@@ -147,6 +147,7 @@ "use strict";

var base = (authenticator ? this.apiPath : options.base_url);
if (path.match(/^(http:\/\/|https:\/\/)/gi))
base = path;
base = transport_1.addQueryParams(base, queryParams);
return base;
if (!path.match(/^(http:\/\/|https:\/\/)/gi)) {
path = "" + base + path; // path was relative
}
path = transport_1.addQueryParams(path, queryParams);
return path;
};

@@ -153,0 +154,0 @@ BrowserTransport.prototype.initRequest = function (method, body, authenticator, options) {

{
"name": "@looker/sdk",
"version": "0.1.3-beta.14",
"version": "0.1.3-beta.15",
"description": "Looker SDK",

@@ -63,2 +63,2 @@ "main": "dist/index.js",

]
}
}
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