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.0.3 to 8.1.0-rc-20240122213929-baacb44f7c0da8e192575934b6bcdfd408020825

3

cjs/index.js

@@ -27,2 +27,3 @@ "use strict";

'.svelte',
'.astro',
];

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

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

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

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

'.svelte',
'.astro',
];

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

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

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

{
"name": "@graphql-tools/code-file-loader",
"version": "8.0.3",
"version": "8.1.0-rc-20240122213929-baacb44f7c0da8e192575934b6bcdfd408020825",
"description": "A set of utils for faster development of GraphQL tools",

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

"dependencies": {
"@graphql-tools/graphql-tag-pluck": "8.1.0",
"@graphql-tools/graphql-tag-pluck": "8.2.0-rc-20240122213929-baacb44f7c0da8e192575934b6bcdfd408020825",
"@graphql-tools/utils": "^10.0.0",

@@ -13,0 +13,0 @@ "globby": "^11.0.3",

@@ -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`
* `.cjs`, `.jsx`, `.vue`, `.svelte`, `.astro`
*/

@@ -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