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

vite-plugin-graphql-loader

Package Overview
Dependencies
Maintainers
0
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vite-plugin-graphql-loader - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

14

package.json
{
"name": "vite-plugin-graphql-loader",
"version": "4.0.0",
"version": "4.0.1",
"description": "A Vite plugin for loading GraphQL files.",

@@ -16,8 +16,8 @@ "type": "module",

"package:bump": "yarn version --patch",
"package:publish": "yarn build && yarn package:bump && yarn publish",
"lint": "yarn prettier -w src tests/**/*.ts && yarn eslint --fix"
"package:publish": "bun run build && bun run package:bump && npm publish",
"lint": "prettier -w src tests/**/*.ts && eslint --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/noiach/vite-plugin-graphql-loader.git"
"url": "git+https://github.com/0x31/vite-plugin-graphql-loader.git"
},

@@ -30,8 +30,8 @@ "keywords": [

],
"author": "noiach",
"author": "0x31",
"license": "ISC",
"bugs": {
"url": "https://github.com/noiach/vite-plugin-graphql-loader/issues"
"url": "https://github.com/0x31/vite-plugin-graphql-loader/issues"
},
"homepage": "https://github.com/noiach/vite-plugin-graphql-loader#readme",
"homepage": "https://github.com/0x31/vite-plugin-graphql-loader#readme",
"dependencies": {

@@ -38,0 +38,0 @@ "graphql": "^16.8.1",

# vite-plugin-graphql-loader
[![NPM](https://nodei.co/npm/vite-plugin-graphql-loader.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/vite-plugin-graphql-loader/)
[![NPM](https://nodei.co/npm/vite-plugin-graphql-loader.png?downloads=true&downloadRank=true&stars=true)](https://www.npmjs.com/package/vite-plugin-graphql-loader/)
[![npm version](https://img.shields.io/npm/v/vite-plugin-graphql-loader.svg)](https://www.npmjs.com/package/vite-plugin-graphql-loader)
![Tag: Vite Plugin](https://img.shields.io/badge/Vite_Plugin-orange)
![Tag: GraphQL](https://img.shields.io/badge/GraphQL-orange)
![Tag: JavaScript](https://img.shields.io/badge/JavaScript-orange)
[![npm version](https://img.shields.io/npm/v/bun-graphql-loader.svg?logoColor=fff&style=for-the-badge)](https://www.npmjs.com/package/bun-graphql-loader)
![Vite Badge](https://img.shields.io/badge/Vite-646CFF?logo=vite&logoColor=fff&style=for-the-badge)
![Vitest Badge](https://img.shields.io/badge/Vitest-6E9F18?logo=vitest&logoColor=fff&style=for-the-badge)
![GraphQL Badge](https://img.shields.io/badge/GraphQL-E10098?logo=graphql&logoColor=fff&style=for-the-badge)
![TypeScript Badge](https://img.shields.io/badge/TypeScript-3178C6?logo=typescript&logoColor=fff&style=for-the-badge)

@@ -118,2 +119,2 @@ A Vite plugin for loading GraphQL .gql and .graphql files, based on [graphql-tag/loader](https://github.com/apollographql/graphql-tag)

- [Moved from CJS to ESM](https://github.com/noiach/vite-plugin-graphql-loader/commit/0e0b37cfcb0ecbdf28e985aeca3454137b4b73e3), inline with Vite 5.0's CJS deprecation. If you are using CommonJS, continue using v2.0 of this package. If you have `"type": "module"`, in your `package.json` then it should work as expected.
- [Moved from CJS to ESM](https://github.com/0x31/vite-plugin-graphql-loader/commit/0e0b37cfcb0ecbdf28e985aeca3454137b4b73e3), inline with Vite 5.0's CJS deprecation. If you are using CommonJS, continue using v2.0 of this package. If you have `"type": "module"`, in your `package.json` then it should work as expected.
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