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

@magidoc/rollup-plugin-parse-gql-schema

Package Overview
Dependencies
Maintainers
1
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magidoc/rollup-plugin-parse-gql-schema - npm Package Compare versions

Comparing version 2.14.3 to 2.14.4

2

build/index.d.ts
import type { Plugin } from 'rollup';
export declare type PluginOptions = {
export type PluginOptions = {
/**

@@ -4,0 +4,0 @@ * The paths to the GraphQL SDL files. Glob syntax may be used.

import { IntrospectionQuery } from 'graphql';
export declare type Parameters = {
export type Parameters = {
globPaths: string[];
};
export declare function parseGraphqlSchema(options: Parameters): Promise<IntrospectionQuery>;

@@ -5,3 +5,3 @@ {

"private": false,
"version": "2.14.3",
"version": "2.14.4",
"type": "module",

@@ -29,9 +29,9 @@ "license": "MIT",

"devDependencies": {
"@types/node": "^18.11.7",
"@types/node": "^18.11.9",
"@types/prettier": "^2.7.1",
"@vitest/coverage-c8": "^0.24.3",
"rollup": "^3.2.3",
"typescript": "^4.8.4",
"vite": "^3.2.0",
"vitest": "^0.24.3"
"@vitest/coverage-c8": "^0.25.2",
"rollup": "^3.3.0",
"typescript": "^4.9.3",
"vite": "^3.2.4",
"vitest": "^0.25.2"
},

@@ -38,0 +38,0 @@ "scripts": {

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