graphql-codegen-modules-gen
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "graphql-codegen-modules-gen", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "", | ||
"main": "index.js", | ||
"main": "./build/cli.js", | ||
"scripts": { | ||
"build": "rollup --config ./rollup.config.js", | ||
"pack": "yarn pack", | ||
"publish": "yarn publish" | ||
@@ -11,9 +13,19 @@ }, | ||
"author": "", | ||
"license": "ISC", | ||
"devDependencies": {}, | ||
"license": "MIT", | ||
"devDependencies": { | ||
"rollup": "^2.60.1" | ||
}, | ||
"dependencies": { | ||
"yargs": "^17.2.1" | ||
"yargs": "17.2.1" | ||
}, | ||
"bin": "./src/cli.js", | ||
"type": "module" | ||
"peerDependencies": { | ||
"yargs": "17.2.1" | ||
}, | ||
"bin": { | ||
"graphql-codegen-modules-gen": "./build/cli.js" | ||
}, | ||
"type": "module", | ||
"volta": { | ||
"node": "16.13.0" | ||
} | ||
} |
import yargs from "yargs"; | ||
import { hideBin } from "yargs/helpers"; | ||
import { gen } from "./graphql-codegen-modules-gen.mjs"; | ||
import { gen } from "./graphql-codegen-modules-gen"; | ||
@@ -5,0 +5,0 @@ const argv = |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
6487
6
136
2
1
2
+ Addedcliui@7.0.4(transitive)
+ Addedyargs@17.2.1(transitive)
+ Addedyargs-parser@20.2.9(transitive)
- Removedcliui@8.0.1(transitive)
- Removedyargs@17.7.2(transitive)
- Removedyargs-parser@21.1.1(transitive)
Updatedyargs@17.2.1