@graphql-tools/optimize
Advanced tools
Comparing version 1.0.1 to 1.1.0-alpha-219c84f8.0
@@ -5,3 +5,3 @@ import { DocumentNode } from 'graphql'; | ||
* This method accept a DocumentNode and applies the optimizations you wish to use. | ||
* You can override the defualt ones or provide you own optimizers if you wish. | ||
* You can override the default ones or provide you own optimizers if you wish. | ||
* | ||
@@ -8,0 +8,0 @@ * @param node document to optimize |
import { DocumentOptimizer } from '../types'; | ||
/** | ||
* This optimizer removes "desciption" field from schema AST definitions. | ||
* This optimizer removes "description" field from schema AST definitions. | ||
* @param input | ||
*/ | ||
export declare const removeDescriptions: DocumentOptimizer; |
{ | ||
"name": "@graphql-tools/optimize/es5", | ||
"version": "1.0.1", | ||
"version": "1.1.0-alpha-219c84f8.0", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"graphql": "^14.0.0 || ^15.0.0" | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "~2.0.1" | ||
"tslib": "~2.3.0" | ||
}, | ||
"repository": "git@github.com:ardatan/graphql-tools.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "ardatan/graphql-tools", | ||
"directory": "packages/optimize" | ||
}, | ||
"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" | ||
} | ||
} | ||
} |
@@ -5,3 +5,3 @@ import { DocumentNode } from 'graphql'; | ||
* This method accept a DocumentNode and applies the optimizations you wish to use. | ||
* You can override the defualt ones or provide you own optimizers if you wish. | ||
* You can override the default ones or provide you own optimizers if you wish. | ||
* | ||
@@ -8,0 +8,0 @@ * @param node document to optimize |
import { DocumentOptimizer } from '../types'; | ||
/** | ||
* This optimizer removes "desciption" field from schema AST definitions. | ||
* This optimizer removes "description" field from schema AST definitions. | ||
* @param input | ||
*/ | ||
export declare const removeDescriptions: DocumentOptimizer; |
{ | ||
"name": "@graphql-tools/optimize", | ||
"version": "1.0.1", | ||
"version": "1.1.0-alpha-219c84f8.0", | ||
"description": "A set of utils for faster development of GraphQL tools", | ||
"sideEffects": false, | ||
"peerDependencies": { | ||
"graphql": "^14.0.0 || ^15.0.0" | ||
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0" | ||
}, | ||
"dependencies": { | ||
"tslib": "~2.0.1" | ||
"tslib": "~2.3.0" | ||
}, | ||
"repository": "git@github.com:ardatan/graphql-tools.git", | ||
"repository": { | ||
"type": "git", | ||
"url": "ardatan/graphql-tools", | ||
"directory": "packages/optimize" | ||
}, | ||
"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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
22880
20
486
2
1
+ Addedgraphql@16.9.0(transitive)
+ Addedtslib@2.3.1(transitive)
- Removedgraphql@15.9.0(transitive)
- Removedtslib@2.0.3(transitive)
Updatedtslib@~2.3.0