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

graphql-jit

Package Overview
Dependencies
Maintainers
1
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-jit - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

7

dist/non-null.js
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -6,3 +9,3 @@ const graphql_1 = require("graphql");

const type_1 = require("graphql/type");
const lodash_1 = require("lodash");
const lodash_merge_1 = __importDefault(require("lodash.merge"));
const ast_1 = require("./ast");

@@ -189,3 +192,3 @@ /**

// TODO: Possible bug: two object with different nullability on objects.
res.children = lodash_1.merge(res.children, property.children);
res.children = lodash_merge_1.default(res.children, property.children);
}

@@ -192,0 +195,0 @@ return res;

{
"name": "graphql-jit",
"version": "0.0.2",
"version": "0.0.3",
"description": "GraphQL JIT Compiler to JS",

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

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