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

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

Package Overview
Dependencies
Maintainers
1
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.3.2 to 0.4.0

1

build/index.d.ts
import type { Plugin } from 'rollup';
import { Method } from './schema/query.js';
export type { Method };
export declare type PluginOptions = {

@@ -4,0 +5,0 @@ /**

2

package.json

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

"private": false,
"version": "0.3.2",
"version": "0.4.0",
"type": "module",

@@ -8,0 +8,0 @@ "license": "MIT",

@@ -5,2 +5,4 @@ import type { Plugin, PluginContext } from 'rollup'

export type { Method }
export type PluginOptions = {

@@ -7,0 +9,0 @@ /**

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

"useDefineForClassFields": true,
"importsNotUsedAsValues": "error",
"module": "esnext",

@@ -7,0 +8,0 @@ "moduleResolution": "node",

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