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

@grafana/async-query-data

Package Overview
Dependencies
Maintainers
20
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grafana/async-query-data - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

5

dist/esm/src/DatasourceWithAsyncBackend.js

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

import { DataSourceWithBackend, getBackendSrv, toDataQueryResponse } from '@grafana/runtime';
import { DataSourceWithBackend, config, getBackendSrv, toDataQueryResponse } from '@grafana/runtime';
import { of, merge } from 'rxjs';

@@ -120,3 +120,4 @@ import { getRequestLooper } from './requestLooper.js';

let headers = {};
if (isRunning(status)) {
const cachingDisabled = !config.featureToggles.useCachingService || !config.featureToggles.awsAsyncQueryCaching;
if (cachingDisabled && isRunning(status)) {
headers = { "X-Cache-Skip": true };

@@ -123,0 +124,0 @@ }

3

dist/index.js

@@ -1003,3 +1003,4 @@ 'use strict';

let headers = {};
if (isRunning(status)) {
const cachingDisabled = !runtime.config.featureToggles.useCachingService || !runtime.config.featureToggles.awsAsyncQueryCaching;
if (cachingDisabled && isRunning(status)) {
headers = { "X-Cache-Skip": true };

@@ -1006,0 +1007,0 @@ }

{
"name": "@grafana/async-query-data",
"version": "0.1.6",
"version": "0.1.7",
"description": "Async query support for Grafana",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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