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
1
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 1.0.2 to 1.0.3

2

dist/index.d.ts
export declare const vitePluginGraphqlLoader: () => {
name: string;
enforce: string;
enforce: "pre";
transform(source: string, id: string): string;

@@ -5,0 +5,0 @@ };

{
"name": "vite-plugin-graphql-loader",
"version": "1.0.2",
"version": "1.0.3",
"description": "A Vite plugin for loading GraphQL files.",

@@ -12,6 +12,6 @@ "main": "dist/index.js",

"scripts": {
"test": "ts-node __test__/index.ts",
"build": "rm -rf dist && tsc",
"ver": "npm version patch",
"pub": "npm run build && npm run ver && npm publish"
"test": "ts-node __test__/index.ts",
"build": "rm -rf dist && tsc",
"package:bump": "yarn version --patch",
"package:publish": "yarn build && yarn package:bump && yarn publish"
},

@@ -43,4 +43,5 @@ "repository": {

"ts-node": "^10.9.1",
"typescript": "^4.9.5"
"typescript": "^4.9.5",
"vite": "^4.1.1"
}
}

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