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
407
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.18.1-canary.1536.13269284369.0 to 1.18.1-canary.1540.13286264005.0

1

dist/models/components/ColorPicker.d.ts

@@ -8,3 +8,4 @@ import { Locator } from '@playwright/test';

selectOption(rgbOrHex: string, options?: SelectOptionsType): Promise<void>;
private getCustomTab;
private getContainer;
}

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

await this.element.getByRole('button').click(options);
await this.getContainer().getByRole('button', { name: 'Custom', exact: true }).click(options);
await this.getCustomTab().click(options);
const colorInput = this.getContainer().getByTestId('input-wrapper').getByRole('textbox');

@@ -19,2 +19,8 @@ await colorInput.hover(options);

}
getCustomTab() {
if ((0, semver_1.gte)(this.ctx.grafanaVersion, '11.6.0')) {
return this.getContainer().getByRole('tab', { name: 'Custom', exact: true });
}
return this.getContainer().getByRole('button', { name: 'Custom', exact: true });
}
getContainer() {

@@ -21,0 +27,0 @@ const { grafanaVersion, page, selectors } = this.ctx;

6

package.json
{
"name": "@grafana/plugin-e2e",
"version": "1.18.1-canary.1536.13269284369.0",
"version": "1.18.1-canary.1540.13286264005.0",
"main": "./dist/index.js",

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

"dependencies": {
"@grafana/e2e-selectors": "^11.6.0-223459",
"@grafana/e2e-selectors": "^11.6.0-221763",
"semver": "^7.5.4",

@@ -59,3 +59,3 @@ "uuid": "^11.0.2",

},
"gitHead": "31dde049304d90181723d24dd93692e3b129113d"
"gitHead": "fe4a39822d7807f481fad50404ec5795eefeecba"
}
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