
Research
NPM targeted by malware campaign mimicking familiar library names
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
@nxify-io/graphql-codegen
Advanced tools
An Nx plugin for GraphQL Code Generator containing executors and generators allowing you to configure and run `graphql-codegen` in your workspace.
An Nx plugin to use the GraphQL Code Generator in an Nx workspace. Currently, the client preset
is configured by default.
This plugin assumes you already have an Nx workspace and at least one library where you intend to configure code generation.
Install the plugin:
yarn add -D @nxify-io/graphql-codegen
The configuration
generator will configure a project in the workspace with a codegen.ts
file and codegen
executor target.
Adds the GraphQL Code Generator configuration files for a given project and, if needed, installs the necessary packages for the GraphQL Code Generator to work.
nx generate @nxify-io/graphql-codegen:configuration --project=my-project
By default, this generator will create a codegen.ts
file in the project root configured with the client preset
and to generate source files in {projectRoot}/src/lib/generated
.
The codegen
executor will handle running graphql-codegen
with the project specific codegen.ts
configuration.
Runs graphql-codegen
in the current project.
Valid graphql-codegen
options can be configured in project.json
when defining the executor or when invoking it. Currently watch
is the only officially supported option and any additional options will be passed to the process.
FAQs
An Nx plugin for GraphQL Code Generator containing executors and generators allowing you to configure and run `graphql-codegen` in your workspace.
The npm package @nxify-io/graphql-codegen receives a total of 167 weekly downloads. As such, @nxify-io/graphql-codegen popularity was classified as not popular.
We found that @nxify-io/graphql-codegen demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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
Socket uncovered npm malware campaign mimicking popular Node.js libraries and packages from other ecosystems; packages steal data and execute remote code.
Research
Socket's research uncovers three dangerous Go modules that contain obfuscated disk-wiping malware, threatening complete data loss.
Research
Socket uncovers malicious packages on PyPI using Gmail's SMTP protocol for command and control (C2) to exfiltrate data and execute commands.