New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@graphql-eslint/eslint-plugin

Package Overview
Dependencies
Maintainers
2
Versions
702
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-eslint/eslint-plugin - npm Package Compare versions

Comparing version 4.4.0-alpha-20250122211333-19ec33ae76094212948ac0a10bba17a19fae71d5 to 4.4.0-alpha-20250123135326-caa125bafc680cc4eba0b177e018174286c08ba9

2

cjs/meta.js

@@ -1,4 +0,4 @@

"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20250122211333-19ec33ae76094212948ac0a10bba17a19fae71d5";
"use strict";Object.defineProperty(exports, "__esModule", {value: true});const version = "4.4.0-alpha-20250123135326-caa125bafc680cc4eba0b177e018174286c08ba9";
exports.version = version;

@@ -51,6 +51,6 @@ import { CaseStyle } from './utils.js';

alphabetize: GraphQLESLintRule<{
values?: boolean | undefined;
definitions?: boolean | undefined;
selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined;
values?: boolean | undefined;
fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined;

@@ -57,0 +57,0 @@ variables?: boolean | undefined;

@@ -1,4 +0,4 @@

const version = "4.4.0-alpha-20250122211333-19ec33ae76094212948ac0a10bba17a19fae71d5";
const version = "4.4.0-alpha-20250123135326-caa125bafc680cc4eba0b177e018174286c08ba9";
export {
version
};

@@ -14,6 +14,6 @@ import { CaseStyle } from '../utils.js';

alphabetize: GraphQLESLintRule<{
values?: boolean | undefined;
definitions?: boolean | undefined;
selections?: ("OperationDefinition" | "FragmentDefinition")[] | undefined;
arguments?: ("Field" | "Directive" | "FieldDefinition" | "DirectiveDefinition")[] | undefined;
values?: boolean | undefined;
fields?: ("ObjectTypeDefinition" | "InterfaceTypeDefinition" | "InputObjectTypeDefinition")[] | undefined;

@@ -20,0 +20,0 @@ variables?: boolean | undefined;

{
"name": "@graphql-eslint/eslint-plugin",
"version": "4.4.0-alpha-20250122211333-19ec33ae76094212948ac0a10bba17a19fae71d5",
"version": "4.4.0-alpha-20250123135326-caa125bafc680cc4eba0b177e018174286c08ba9",
"type": "module",

@@ -5,0 +5,0 @@ "description": "GraphQL plugin for ESLint",

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

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