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

@luvio/graphql-parser

Package Overview
Dependencies
Maintainers
15
Versions
253
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.62.2 to 0.62.3

9

package.json
{
"name": "@luvio/graphql-parser",
"version": "0.62.2",
"description": "GraphQL parser for LDS GraphQL adapter",
"version": "0.62.3",
"description": "GraphQL parser for Luvio GraphQL adapter support",
"main": "dist/luvioGraphqlParser.js",
"module": "true",
"module": "dist/luvioGraphqlParser.js",
"types": "dist/main.d.ts",

@@ -16,2 +16,5 @@ "license": "MIT",

},
"dependencies": {
"graphql": "^15.0.0"
},
"publishConfig": {

@@ -18,0 +21,0 @@ "access": "public"

@@ -8,3 +8,3 @@ import resolve from 'rollup-plugin-node-resolve';

file: 'dist/luvioGraphqlParser.js',
format: 'cjs',
format: 'esm',
},

@@ -11,0 +11,0 @@

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

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