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

@pentops/j5-ts-generator-normalized-query-plugin

Package Overview
Dependencies
Maintainers
0
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pentops/j5-ts-generator-normalized-query-plugin - npm Package Compare versions

Comparing version 0.0.15 to 0.0.16

2

dist/plugin.d.ts

@@ -76,3 +76,3 @@ import { SourceFile, Statement, ts } from 'ts-morph';

export type KeyBuilderNameWriter = (generatedMethod: GeneratedClientFunction) => string;
export type ReactQueryKeyGetter = (config: MethodGeneratorConfig, generatedKeyBuilder: ts.FunctionDeclaration | undefined) => ts.Expression;
export type ReactQueryKeyGetter = (config: MethodGeneratorConfig, generatedKeyBuilder: ts.FunctionDeclaration | undefined, defaultKey: ts.Expression | undefined) => ts.Expression;
export declare const defaultReactQueryKeyGetter: ReactQueryKeyGetter;

@@ -79,0 +79,0 @@ export declare const defaultKeyBuilderNameWriter: KeyBuilderNameWriter;

{
"name": "@pentops/j5-ts-generator-normalized-query-plugin",
"version": "0.0.15",
"version": "0.0.16",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

Sorry, the diff of this file is too big to display

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