@graphql-tools/webpack-loader
Advanced tools
Comparing version 6.4.0 to 6.5.0-alpha-26d1f1e3.0
@@ -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/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" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
71602
590
2
1
+ Addedtslib@2.3.1(transitive)
- Removedtslib@2.1.0(transitive)
Updatedtslib@~2.3.0