Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@rockset/client

Package Overview
Dependencies
Maintainers
2
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rockset/client - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2

1

dist/index.d.ts

@@ -13,2 +13,3 @@ import * as api from './codegen/api';

queryLambdas: api.QueryLambdasApi;
sources: api.SourcesApi;
views: api.ViewsApi;

@@ -15,0 +16,0 @@ virtualInstances: api.VirtualInstancesApi;

3

dist/index.js

@@ -73,3 +73,3 @@ "use strict";

case 0:
newOptions = __assign(__assign({}, options), { headers: __assign(__assign({}, options.headers), { Authorization: "ApiKey " + apikey, 'User-Agent': "Rockset Node SDK/" + version_1.version }) });
newOptions = __assign(__assign({}, options), { headers: __assign(__assign({ 'User-Agent': "Rockset Node SDK/" + version_1.version }, options.headers), { Authorization: "ApiKey " + apikey }) });
if (!customFetch) return [3 /*break*/, 2];

@@ -147,2 +147,3 @@ return [4 /*yield*/, customFetch(url, newOptions)];

queryLambdas: new api.QueryLambdasApi({}, host, queryFetch),
sources: new api.SourcesApi({}, host, authFetch),
views: new api.ViewsApi({}, host, authFetch),

@@ -149,0 +150,0 @@ virtualInstances: new api.VirtualInstancesApi({}, host, authFetch),

@@ -293,3 +293,3 @@ "use strict";

expect(error).toMatchObject({
message: 'Query Lambda "myFakeQuery" not found in workspace "commons.fake.workspace".',
message: 'Query Lambda "myFakeQuery" (version "not_a_version") not found in workspace "commons.fake.workspace".',
type: 'NOTFOUND',

@@ -296,0 +296,0 @@ line: null,

@@ -1,1 +0,1 @@

export declare const version = "0.9.1";
export declare const version = "0.9.2";

@@ -5,3 +5,3 @@ "use strict";

// generated by genversion
exports.version = '0.9.1';
exports.version = '0.9.2';
//# sourceMappingURL=version.js.map
{
"name": "@rockset/client",
"version": "0.9.1",
"version": "0.9.2",
"main": "dist/index.js",

@@ -67,3 +67,3 @@ "description": "Client for querying Rockset and interacting with the Rockset API.",

},
"gitHead": "143cb5b0436b84d977f95cc5d2aea03c7c249922"
"gitHead": "4c0324a5f73ab4875ecff4ebfe48348dc2dbfe09"
}

@@ -340,3 +340,3 @@ # @rockset/client

auto_suspend_seconds: 3600,
mount_refresh_interval_seconds: 3600,
mount_type: "LIVE"
})

@@ -343,0 +343,0 @@ .then(console.log)

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

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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