
Research
/Security News
9 Malicious NuGet Packages Deliver Time-Delayed Destructive Payloads
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.
@lite-v3/gqlcodegen-cli
Advanced tools
CLI tools for @lite-v3/graphql-codegen
This package contains the main functionality and acts as the CLI front-end of the @lite-v3/graphql-codegen package. In addition to it, this package also provides a configuration parser to customize the functionality and to provide the necessary variables (such as the desired schema URL) for the main program to work. Since this package is also registered as an NPM executable, you can run it by simply entering:
$ npx @lite-v3/gqlcodegen-cli
This will in turn give our the available parameters. To execute the main functionality as a GraphQL type generator, add gen to the command:
$ npx @lite-v3/gqlcodegen-cli gen
Do note that by design, you would need to provide a configuration file named gql-codegen.config.yaml in the same place as you ran the command. If you haven't
generate one, simply run
$ npx @lite-v3/gqlcodegen-cli config
and it will go through a prompt-style questionnaire to generate your configuration file. Finally, you can add -h to each of the command to see the full available
parameters that are supported by the CLI.
Code By WPE Team @Tokopedia
FAQs
CLI for our GraphQL Codegen
The npm package @lite-v3/gqlcodegen-cli receives a total of 4 weekly downloads. As such, @lite-v3/gqlcodegen-cli popularity was classified as not popular.
We found that @lite-v3/gqlcodegen-cli demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Research
/Security News
Socket researchers discovered nine malicious NuGet packages that use time-delayed payloads to crash applications and corrupt industrial control systems.

Security News
Socket CTO Ahmad Nassri discusses why supply chain attacks now target developer machines and what AI means for the future of enterprise security.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.