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

@backstage-community/plugin-graphiql

Package Overview
Dependencies
Maintainers
0
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backstage-community/plugin-graphiql - npm Package Compare versions

Comparing version 0.3.10 to 0.3.11

2

alpha/package.json
{
"name": "@backstage-community/plugin-graphiql__alpha",
"version": "0.3.10",
"version": "0.3.11",
"main": "../dist/alpha.esm.js",

@@ -5,0 +5,0 @@ "module": "../dist/alpha.esm.js",

# @backstage-community/plugin-graphiql
## 0.3.11
### Patch Changes
- 3ef985a: Updated the declaration of the `GraphiQLIcon` to pass through all `SvgIcon` props.
## 0.3.10

@@ -4,0 +10,0 @@

import React from 'react';
import SvgIcon from '@material-ui/core/SvgIcon';
const GraphiQLIcon = () => /* @__PURE__ */ React.createElement(SvgIcon, null, /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("path", { d: "M 3.449219 18.160156 L 2.585938 17.660156 L 12.195312 1.019531 L 13.058594 1.515625 Z M 3.449219 18.160156" }), /* @__PURE__ */ React.createElement("path", { d: "M 2.386719 16.332031 L 21.605469 16.332031 L 21.605469 17.328125 L 2.386719 17.328125 Z M 2.386719 16.332031" }), /* @__PURE__ */ React.createElement("path", { d: "M 12.382812 22.441406 L 2.769531 16.890625 L 3.265625 16.027344 L 12.878906 21.578125 Z M 12.382812 22.441406" }), /* @__PURE__ */ React.createElement("path", { d: "M 20.730469 7.976562 L 11.117188 2.425781 L 11.617188 1.5625 L 21.230469 7.113281 Z M 20.730469 7.976562" }), /* @__PURE__ */ React.createElement("path", { d: "M 3.269531 7.972656 L 2.769531 7.109375 L 12.382812 1.558594 L 12.882812 2.421875 Z M 3.269531 7.972656" }), /* @__PURE__ */ React.createElement("path", { d: "M 20.554688 18.160156 L 10.945312 1.515625 L 11.808594 1.019531 L 21.417969 17.660156 Z M 20.554688 18.160156" }), /* @__PURE__ */ React.createElement("path", { d: "M 3.148438 6.449219 L 4.144531 6.449219 L 4.144531 17.550781 L 3.148438 17.550781 Z M 3.148438 6.449219" }), /* @__PURE__ */ React.createElement("path", { d: "M 19.855469 6.449219 L 20.851562 6.449219 L 20.851562 17.550781 L 19.855469 17.550781 Z M 19.855469 6.449219" }), /* @__PURE__ */ React.createElement("path", { d: "M 12.210938 22.019531 L 11.777344 21.265625 L 20.136719 16.441406 L 20.570312 17.191406 Z M 12.210938 22.019531" }), /* @__PURE__ */ React.createElement("path", { d: "M 22.171875 17.875 C 21.59375 18.875 20.308594 19.21875 19.308594 18.640625 C 18.304688 18.066406 17.964844 16.78125 18.539062 15.78125 C 19.117188 14.777344 20.398438 14.4375 21.402344 15.011719 C 22.410156 15.59375 22.753906 16.871094 22.171875 17.875" }), /* @__PURE__ */ React.createElement("path", { d: "M 5.453125 8.21875 C 4.878906 9.222656 3.59375 9.5625 2.59375 8.988281 C 1.589844 8.410156 1.246094 7.128906 1.824219 6.125 C 2.398438 5.125 3.683594 4.78125 4.6875 5.359375 C 5.6875 5.941406 6.03125 7.21875 5.453125 8.21875" }), /* @__PURE__ */ React.createElement("path", { d: "M 1.828125 17.875 C 1.253906 16.871094 1.597656 15.59375 2.597656 15.011719 C 3.601562 14.4375 4.878906 14.777344 5.460938 15.78125 C 6.035156 16.78125 5.695312 18.058594 4.691406 18.640625 C 3.683594 19.21875 2.40625 18.875 1.828125 17.875" }), /* @__PURE__ */ React.createElement("path", { d: "M 18.546875 8.21875 C 17.96875 7.21875 18.3125 5.941406 19.3125 5.359375 C 20.316406 4.78125 21.59375 5.125 22.175781 6.125 C 22.753906 7.128906 22.410156 8.40625 21.40625 8.988281 C 20.40625 9.5625 19.121094 9.222656 18.546875 8.21875" }), /* @__PURE__ */ React.createElement("path", { d: "M 12 23.746094 C 10.84375 23.746094 9.90625 22.8125 9.90625 21.652344 C 9.90625 20.496094 10.84375 19.558594 12 19.558594 C 13.15625 19.558594 14.09375 20.496094 14.09375 21.652344 C 14.09375 22.804688 13.15625 23.746094 12 23.746094" }), /* @__PURE__ */ React.createElement("path", { d: "M 12 4.441406 C 10.84375 4.441406 9.90625 3.503906 9.90625 2.347656 C 9.90625 1.1875 10.84375 0.253906 12 0.253906 C 13.15625 0.253906 14.09375 1.1875 14.09375 2.347656 C 14.09375 3.503906 13.15625 4.441406 12 4.441406" })));
const GraphiQLIcon = (props) => /* @__PURE__ */ React.createElement(SvgIcon, { ...props }, /* @__PURE__ */ React.createElement("g", null, /* @__PURE__ */ React.createElement("path", { d: "M 3.449219 18.160156 L 2.585938 17.660156 L 12.195312 1.019531 L 13.058594 1.515625 Z M 3.449219 18.160156" }), /* @__PURE__ */ React.createElement("path", { d: "M 2.386719 16.332031 L 21.605469 16.332031 L 21.605469 17.328125 L 2.386719 17.328125 Z M 2.386719 16.332031" }), /* @__PURE__ */ React.createElement("path", { d: "M 12.382812 22.441406 L 2.769531 16.890625 L 3.265625 16.027344 L 12.878906 21.578125 Z M 12.382812 22.441406" }), /* @__PURE__ */ React.createElement("path", { d: "M 20.730469 7.976562 L 11.117188 2.425781 L 11.617188 1.5625 L 21.230469 7.113281 Z M 20.730469 7.976562" }), /* @__PURE__ */ React.createElement("path", { d: "M 3.269531 7.972656 L 2.769531 7.109375 L 12.382812 1.558594 L 12.882812 2.421875 Z M 3.269531 7.972656" }), /* @__PURE__ */ React.createElement("path", { d: "M 20.554688 18.160156 L 10.945312 1.515625 L 11.808594 1.019531 L 21.417969 17.660156 Z M 20.554688 18.160156" }), /* @__PURE__ */ React.createElement("path", { d: "M 3.148438 6.449219 L 4.144531 6.449219 L 4.144531 17.550781 L 3.148438 17.550781 Z M 3.148438 6.449219" }), /* @__PURE__ */ React.createElement("path", { d: "M 19.855469 6.449219 L 20.851562 6.449219 L 20.851562 17.550781 L 19.855469 17.550781 Z M 19.855469 6.449219" }), /* @__PURE__ */ React.createElement("path", { d: "M 12.210938 22.019531 L 11.777344 21.265625 L 20.136719 16.441406 L 20.570312 17.191406 Z M 12.210938 22.019531" }), /* @__PURE__ */ React.createElement("path", { d: "M 22.171875 17.875 C 21.59375 18.875 20.308594 19.21875 19.308594 18.640625 C 18.304688 18.066406 17.964844 16.78125 18.539062 15.78125 C 19.117188 14.777344 20.398438 14.4375 21.402344 15.011719 C 22.410156 15.59375 22.753906 16.871094 22.171875 17.875" }), /* @__PURE__ */ React.createElement("path", { d: "M 5.453125 8.21875 C 4.878906 9.222656 3.59375 9.5625 2.59375 8.988281 C 1.589844 8.410156 1.246094 7.128906 1.824219 6.125 C 2.398438 5.125 3.683594 4.78125 4.6875 5.359375 C 5.6875 5.941406 6.03125 7.21875 5.453125 8.21875" }), /* @__PURE__ */ React.createElement("path", { d: "M 1.828125 17.875 C 1.253906 16.871094 1.597656 15.59375 2.597656 15.011719 C 3.601562 14.4375 4.878906 14.777344 5.460938 15.78125 C 6.035156 16.78125 5.695312 18.058594 4.691406 18.640625 C 3.683594 19.21875 2.40625 18.875 1.828125 17.875" }), /* @__PURE__ */ React.createElement("path", { d: "M 18.546875 8.21875 C 17.96875 7.21875 18.3125 5.941406 19.3125 5.359375 C 20.316406 4.78125 21.59375 5.125 22.175781 6.125 C 22.753906 7.128906 22.410156 8.40625 21.40625 8.988281 C 20.40625 9.5625 19.121094 9.222656 18.546875 8.21875" }), /* @__PURE__ */ React.createElement("path", { d: "M 12 23.746094 C 10.84375 23.746094 9.90625 22.8125 9.90625 21.652344 C 9.90625 20.496094 10.84375 19.558594 12 19.558594 C 13.15625 19.558594 14.09375 20.496094 14.09375 21.652344 C 14.09375 22.804688 13.15625 23.746094 12 23.746094" }), /* @__PURE__ */ React.createElement("path", { d: "M 12 4.441406 C 10.84375 4.441406 9.90625 3.503906 9.90625 2.347656 C 9.90625 1.1875 10.84375 0.253906 12 0.253906 C 13.15625 0.253906 14.09375 1.1875 14.09375 2.347656 C 14.09375 3.503906 13.15625 4.441406 12 4.441406" })));
export { GraphiQLIcon };
//# sourceMappingURL=GraphiQLIcon.esm.js.map

@@ -5,3 +5,4 @@ /// <reference types="react" />

import * as _backstage_core_plugin_api from '@backstage/core-plugin-api';
import { IconComponent, FetchApi, ErrorApi, OAuthApi } from '@backstage/core-plugin-api';
import { FetchApi, ErrorApi, OAuthApi } from '@backstage/core-plugin-api';
import { SvgIconProps } from '@material-ui/core/SvgIcon';

@@ -16,3 +17,3 @@ /** @public */

*/
declare const GraphiQLIcon: IconComponent;
declare const GraphiQLIcon: (props: SvgIconProps) => React__default.JSX.Element;

@@ -19,0 +20,0 @@ /** @public */

{
"name": "@backstage-community/plugin-graphiql",
"version": "0.3.10",
"version": "0.3.11",
"description": "Backstage plugin for browsing GraphQL APIs",

@@ -5,0 +5,0 @@ "backstage": {

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