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

@graphql-tools/code-file-loader

Package Overview
Dependencies
Maintainers
3
Versions
1113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/code-file-loader - npm Package Compare versions

Comparing version 8.1.3 to 8.1.4-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7

4

cjs/index.js

@@ -28,2 +28,4 @@ "use strict";

'.astro',
'.gts',
'.gjs',
];

@@ -47,3 +49,3 @@ function createGlobbyOptions(options) {

* Supported extensions include: `.ts`, `.mts`, `.cts`, `.tsx`, `.js`, `.mjs`,
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro`
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro`, `.gts`, `.gjs`.
*/

@@ -50,0 +52,0 @@ class CodeFileLoader {

@@ -24,2 +24,4 @@ import { existsSync, promises as fsPromises, readFileSync } from 'fs';

'.astro',
'.gts',
'.gjs',
];

@@ -43,3 +45,3 @@ function createGlobbyOptions(options) {

* Supported extensions include: `.ts`, `.mts`, `.cts`, `.tsx`, `.js`, `.mjs`,
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro`
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro`, `.gts`, `.gjs`.
*/

@@ -46,0 +48,0 @@ export class CodeFileLoader {

{
"name": "@graphql-tools/code-file-loader",
"version": "8.1.3",
"version": "8.1.4-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7",
"description": "A set of utils for faster development of GraphQL tools",

@@ -10,4 +10,4 @@ "sideEffects": false,

"dependencies": {
"@graphql-tools/graphql-tag-pluck": "8.3.2",
"@graphql-tools/utils": "^10.0.13",
"@graphql-tools/graphql-tag-pluck": "8.3.3-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7",
"@graphql-tools/utils": "10.5.5-alpha-20241015101504-5852a7950b869e3e435eefb1bc585805c56be9c7",
"globby": "^11.0.3",

@@ -14,0 +14,0 @@ "tslib": "^2.4.0",

@@ -31,3 +31,3 @@ import { GraphQLTagPluckOptions } from '@graphql-tools/graphql-tag-pluck';

* Supported extensions include: `.ts`, `.mts`, `.cts`, `.tsx`, `.js`, `.mjs`,
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro`
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro`, `.gts`, `.gjs`.
*/

@@ -34,0 +34,0 @@ export declare class CodeFileLoader implements Loader<CodeFileLoaderOptions> {

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