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

@graphql-tools/webpack-loader

Package Overview
Dependencies
Maintainers
3
Versions
511
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/webpack-loader - npm Package Compare versions

Comparing version 6.7.1 to 6.7.2-alpha-20220809192840-c5b336bd

2

cjs/index.js

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

const os_1 = tslib_1.__importDefault(require("os"));
const graphql_1 = require("graphql");
const graphql_1 = require("@graphql-tools/graphql");
const webpack_loader_runtime_1 = require("@graphql-tools/webpack-loader-runtime");

@@ -8,0 +8,0 @@ const parser_js_1 = require("./parser.js");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseDocument = void 0;
const graphql_1 = require("graphql");
const graphql_1 = require("@graphql-tools/graphql");
/**

@@ -6,0 +6,0 @@ * Strip insignificant whitespace

import os from 'os';
import { isExecutableDefinitionNode, Kind } from 'graphql';
import { isExecutableDefinitionNode, Kind } from '@graphql-tools/graphql';
import { uniqueCode } from '@graphql-tools/webpack-loader-runtime';

@@ -4,0 +4,0 @@ import { parseDocument } from './parser.js';

@@ -1,2 +0,2 @@

import { parse, print, Kind } from 'graphql';
import { parse, print, Kind } from '@graphql-tools/graphql';
/**

@@ -3,0 +3,0 @@ * Strip insignificant whitespace

{
"name": "@graphql-tools/webpack-loader",
"version": "6.7.1",
"version": "6.7.2-alpha-20220809192840-c5b336bd",
"description": "A set of utils for faster development of GraphQL tools",
"sideEffects": false,
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0"
},
"dependencies": {
"@graphql-tools/optimize": "1.3.1",
"@graphql-tools/webpack-loader-runtime": "6.4.1",
"@graphql-tools/optimize": "1.3.2-alpha-20220809192840-c5b336bd",
"@graphql-tools/webpack-loader-runtime": "6.4.2-alpha-20220809192840-c5b336bd",
"@graphql-tools/graphql": "0.1.0-alpha-20220809192840-c5b336bd",
"tslib": "^2.4.0"

@@ -13,0 +11,0 @@ },

@@ -1,2 +0,2 @@

import { DocumentNode } from 'graphql';
import { DocumentNode } from '@graphql-tools/graphql';
export declare function parseDocument(doc: string): DocumentNode;

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