Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@luvio/graphql-parser

Package Overview
Dependencies
Maintainers
11
Versions
286
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@luvio/graphql-parser - npm Package Compare versions

Comparing version
0.160.1
to
0.160.2
dist/esm/luvioGraphqlParser.mjs

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

+4
-5
{
"name": "@luvio/graphql-parser",
"version": "0.160.1",
"version": "0.160.2",
"description": "GraphQL parser for Luvio GraphQL adapter support",

@@ -14,7 +14,6 @@ "repository": {

"require": "./dist/cjs/luvioGraphqlParser.js",
"import": "./dist/esm/luvioGraphqlParser.js"
"import": "./dist/esm/luvioGraphqlParser.mjs"
},
"main": "./dist/cjs/luvioGraphqlParser.js",
"module": "./dist/esm/luvioGraphqlParser.js",
"types": "dist/esm/types/main.d.ts",
"types": "./dist/esm/types/main.d.ts",
"files": [

@@ -42,3 +41,3 @@ "dist/"

{
"path": "./dist/esm/luvioGraphqlParser.js",
"path": "./dist/esm/luvioGraphqlParser.mjs",
"maxSize": {

@@ -45,0 +44,0 @@ "none": "365 kB",

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