@graphql-inspector/loaders
Advanced tools
Comparing version 3.1.4 to 3.2.0
{ | ||
"name": "@graphql-inspector/loaders", | ||
"version": "3.1.4", | ||
"version": "3.2.0", | ||
"description": "Loaders in GraphQL Inspector", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"@graphql-inspector/config": "3.2.0", | ||
"@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0", | ||
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/load": "^7.4.1", | ||
"tslib": "^2.0.0" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "kamilkisiela/graphql-inspector", | ||
"directory": "packages/plugins/plugin" | ||
}, | ||
"keywords": [ | ||
@@ -11,19 +26,2 @@ "graphql", | ||
], | ||
"sideEffects": false, | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"exports": { | ||
".": { | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
}, | ||
"./*": { | ||
"require": "./dist/*.js", | ||
"import": "./dist/*.mjs" | ||
} | ||
}, | ||
"typings": "dist/index.d.ts", | ||
"typescript": { | ||
"definition": "dist/index.d.ts" | ||
}, | ||
"author": { | ||
@@ -35,19 +33,18 @@ "name": "Kamil Kisiela", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "kamilkisiela/graphql-inspector", | ||
"directory": "packages/plugins/plugin" | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
}, | ||
"peerDependencies": { | ||
"@graphql-inspector/config": "3.1.4", | ||
"@graphql-tools/utils": "^6.0.0 || ^7.0.0 || ^8.0.0", | ||
"graphql": "^0.13.0 || ^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"dependencies": { | ||
"@graphql-tools/load": "^7.4.1", | ||
"tslib": "^2.0.0" | ||
}, | ||
"scripts": { | ||
"prepack": "bob prepack" | ||
"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
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
9334
4
206
1