New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@jsonpang/openapi-react-query-code-generator

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonpang/openapi-react-query-code-generator - npm Package Compare versions

Comparing version 0.1.3 to 0.1.5

4

dist/package.json
{
"name": "@jsonpang/openapi-react-query-code-generator",
"description": "Uses openapi-typescript-codegen under the hood, and then analyzes the TypeScript AST of the generated files to create TanStack React Query hooks. Supports server-sided rendering w/ NextJS by using client instances of openapi-typescript-codegen.",
"version": "0.1.2",
"version": "0.1.4",
"dependencies": {

@@ -20,3 +20,3 @@ "@tanstack/react-query": "^5.17.15",

"test": "node --enable-source-maps --test --watch dist/src/",
"publish": "npm run build && npx git-ensure -a && npx bumpp --commit --tag --push"
"release": "npm run build && npx git-ensure -a && npx bumpp --commit --tag --push"
},

@@ -23,0 +23,0 @@ "devDependencies": {

@@ -16,3 +16,3 @@ #!/usr/bin/env node

.requiredOption("-i, --input <value>", "A path, URL or string OpenAPI schema.")
.option("-o, --output-dir <value>", "The output directory where files will be generated. For the path provided, additional subdirectories will be created to store generated files.", "openapi")
.option("-o, --output <value>", "The output directory where files will be generated. For the path provided, additional subdirectories will be created to store generated files.", "openapi")
.parse();

@@ -19,0 +19,0 @@ const options = program.opts();

{
"name": "@jsonpang/openapi-react-query-code-generator",
"description": "Uses openapi-typescript-codegen under the hood, and then analyzes the TypeScript AST of the generated files to create TanStack React Query hooks. Supports server-sided rendering w/ NextJS by using client instances of openapi-typescript-codegen.",
"version": "0.1.3",
"version": "0.1.5",
"dependencies": {

@@ -20,3 +20,3 @@ "@tanstack/react-query": "^5.17.15",

"test": "node --enable-source-maps --test --watch dist/src/",
"publish": "npm run build && npx git-ensure -a && npx bumpp --commit --tag --push"
"release": "npm run build && npx git-ensure -a && npx bumpp --commit --tag --push"
},

@@ -23,0 +23,0 @@ "devDependencies": {

@@ -39,3 +39,3 @@ #!/usr/bin/env node

.option(
"-o, --output-dir <value>",
"-o, --output <value>",
"The output directory where files will be generated. For the path provided, additional subdirectories will be created to store generated files.",

@@ -42,0 +42,0 @@ "openapi"

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc