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

@grafana/plugin-e2e

Package Overview
Dependencies
Maintainers
23
Versions
408
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@grafana/plugin-e2e - npm Package Compare versions

Comparing version 1.16.2 to 1.16.3-canary.1483.db03dba.0

2

dist/models/components/DataSourcePicker.js

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

async set(name) {
let datasourcePicker = this.ctx.page.getByTestId(this.ctx.selectors.components.DataSourcePicker.inputV2);
let datasourcePicker = (this.root || this.ctx.page).getByTestId(this.ctx.selectors.components.DataSourcePicker.inputV2);
if (semver.lt(this.ctx.grafanaVersion, '10.1.0')) {

@@ -52,0 +52,0 @@ datasourcePicker = this.getByGrafanaSelector(this.ctx.selectors.components.DataSourcePicker.container, {

{
"name": "@grafana/plugin-e2e",
"version": "1.16.2",
"version": "1.16.3-canary.1483.db03dba.0",
"main": "./dist/index.js",

@@ -58,3 +58,3 @@ "types": "./dist/index.d.ts",

},
"gitHead": "bc4315168a9b1dae3bcd983871c07359c9a3efb2"
"gitHead": "db03dba9b02ae0dc7fbb76d9cf1e0e4574e31c11"
}
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