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

graphql-mini-transforms

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-mini-transforms - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

6

package.json
{
"name": "graphql-mini-transforms",
"description": "Transformers for importing .graphql files in various build tools.",
"version": "1.2.1",
"version": "1.2.2",
"main": "lib/index.js",

@@ -20,3 +20,3 @@ "types": "lib",

},
"homepage": "https://github.com/shopify/graphql-tools-web/blob/master/packages/graphql-mini-transforms",
"homepage": "https://github.com/shopify/graphql-tools-web/blob/main/packages/graphql-mini-transforms",
"tags": [

@@ -46,5 +46,5 @@ "graphql",

"graphql": ">=14.5.0 <15.0.0",
"graphql-typed": "^0.6.0",
"graphql-typed": "^0.6.1",
"loader-utils": "^2.0.0"
}
}

@@ -21,3 +21,3 @@ # `graphql-mini-transforms`

This package provides a loader for `.graphql` files in Webpack. This loader automatically minifies and adds a unique identifier to each GraphQL document. These features are used by [`@shopify/webpack-persisted-graphql-plugin`](https://github.com/Shopify/sewing-kit/tree/master/packages/webpack-persisted-graphql-plugin) to generate a mapping of identifiers to GraphQL operations for persisted queries.
This package provides a loader for `.graphql` files in Webpack. This loader automatically minifies and adds a unique identifier to each GraphQL document. These features are used by [`@shopify/webpack-persisted-graphql-plugin`](https://github.com/Shopify/sewing-kit/tree/main/packages/webpack-persisted-graphql-plugin) to generate a mapping of identifiers to GraphQL operations for persisted queries.

@@ -24,0 +24,0 @@ To use this loader in Webpack, add a rule referencing this loader to your Webpack configuration:

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