@graphql-tools/webpack-loader
Advanced tools
Comparing version 6.6.3 to 6.7.0-alpha-6c480b2d.0
{ | ||
"name": "@graphql-tools/webpack-loader", | ||
"version": "6.6.3", | ||
"version": "6.7.0-alpha-6c480b2d.0", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
@@ -10,4 +10,4 @@ "sideEffects": false, | ||
"dependencies": { | ||
"@graphql-tools/optimize": "1.2.1", | ||
"@graphql-tools/webpack-loader-runtime": "6.3.1", | ||
"@graphql-tools/optimize": "1.3.0-alpha-6c480b2d.0", | ||
"@graphql-tools/webpack-loader-runtime": "6.4.0-alpha-6c480b2d.0", | ||
"tslib": "^2.4.0" | ||
@@ -21,19 +21,40 @@ }, | ||
"license": "MIT", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"main": "cjs/index.js", | ||
"module": "esm/index.js", | ||
"typings": "typings/index.d.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
"definition": "typings/index.d.ts" | ||
}, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
"require": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./cjs/index.js" | ||
}, | ||
"import": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
}, | ||
"default": { | ||
"types": "./typings/index.d.ts", | ||
"default": "./esm/index.js" | ||
} | ||
}, | ||
"./*": { | ||
"require": "./*.js", | ||
"import": "./*.mjs" | ||
"require": { | ||
"types": "./typings/*.d.ts", | ||
"default": "./cjs/*.js" | ||
}, | ||
"import": { | ||
"types": "./typings/*.d.ts", | ||
"default": "./esm/*.js" | ||
}, | ||
"default": { | ||
"types": "./typings/*.d.ts", | ||
"default": "./esm/*.js" | ||
} | ||
}, | ||
"./package.json": "./package.json" | ||
} | ||
} | ||
} |
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
15115
9
311
Yes
2
1
+ Added@graphql-tools/optimize@1.3.0-alpha-6c480b2d.0(transitive)
+ Added@graphql-tools/webpack-loader-runtime@6.4.0-alpha-6c480b2d.0(transitive)
- Removed@graphql-tools/optimize@1.2.1(transitive)
- Removed@graphql-tools/webpack-loader-runtime@6.3.1(transitive)
Updated@graphql-tools/webpack-loader-runtime@6.4.0-alpha-6c480b2d.0