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

express-gql

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

express-gql - npm Package Compare versions

Comparing version 0.0.10 to 0.0.11

2

dist/index.js

@@ -59,3 +59,3 @@ "use strict";

let document = null;
if (!cached) {
if (!cached || typeof cached.jit.query !== "function") {
const cachedError = lruErrors.get(query);

@@ -62,0 +62,0 @@ if (cachedError) {

{
"name": "express-gql",
"version": "0.0.10",
"version": "0.0.11",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "typings": "dist/index.d.ts",

@@ -108,3 +108,3 @@ import { Request, Response } from "express";

if (!cached) {
if (!cached || typeof cached.jit.query !== "function") {
// We use two caches to avoid errors bust the good

@@ -111,0 +111,0 @@ // cache. This is a protection against DoS attacks

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