Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

graphql-query-rewriter

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

graphql-query-rewriter - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

7

dist/types/RewriteHandler.d.ts
import Rewriter, { Variables } from './rewriters/Rewriter';
interface RewriterMatch {
rewriter: Rewriter;
paths: ReadonlyArray<ReadonlyArray<string>>;
}
/**

@@ -7,4 +11,4 @@ * Create a new instance of this class for each request that needs to be processed

export default class RewriteHandler {
matches: RewriterMatch[];
private rewriters;
private matches;
private hasProcessedRequest;

@@ -29,1 +33,2 @@ private hasProcessedResponse;

}
export {};

2

package.json
{
"name": "graphql-query-rewriter",
"version": "1.3.0",
"version": "1.4.0",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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