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.4.0 to 6.5.0-alpha-26d1f1e3.0

es5/index.js

14

es5/index.d.ts

@@ -1,1 +0,13 @@

export default function graphqlLoader(source: string): string;
interface Options {
noDescription?: boolean;
noEmptyNodes?: boolean;
noLoc?: boolean;
replaceKinds?: boolean;
esModule?: boolean;
importHelpers?: boolean;
}
export default function graphqlLoader(this: {
query: Options;
cacheable: VoidFunction;
}, source: string): string;
export {};

18

es5/package.json
{
"name": "@graphql-tools/webpack-loader/es5",
"version": "6.4.0",
"version": "6.5.0-alpha-26d1f1e3.0",
"description": "A set of utils for faster development of GraphQL tools",

@@ -12,3 +12,3 @@ "sideEffects": false,

"@graphql-tools/webpack-loader-runtime": "^6.2.4",
"tslib": "~2.1.0"
"tslib": "~2.3.0"
},

@@ -21,8 +21,18 @@ "repository": {

"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
}
}

@@ -1,1 +0,13 @@

export default function graphqlLoader(source: string): string;
interface Options {
noDescription?: boolean;
noEmptyNodes?: boolean;
noLoc?: boolean;
replaceKinds?: boolean;
esModule?: boolean;
importHelpers?: boolean;
}
export default function graphqlLoader(this: {
query: Options;
cacheable: VoidFunction;
}, source: string): string;
export {};
{
"name": "@graphql-tools/webpack-loader",
"version": "6.4.0",
"version": "6.5.0-alpha-26d1f1e3.0",
"description": "A set of utils for faster development of GraphQL tools",

@@ -12,3 +12,3 @@ "sideEffects": false,

"@graphql-tools/webpack-loader-runtime": "^6.2.4",
"tslib": "~2.1.0"
"tslib": "~2.3.0"
},

@@ -21,8 +21,18 @@ "repository": {

"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
}
}
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