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 5.0.1 to 5.0.2

31

package.json
{
"name": "graphql-mini-transforms",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",

@@ -16,2 +16,5 @@ "description": "Transformers for importing .graphql files in various build tools.",

],
"webpack": [
"./build/ts/webpack-loader.d.ts"
],
"webpack-loader": [

@@ -44,3 +47,3 @@ "./build/ts/webpack-loader.d.ts"

"graphql": ">=14.5.0 <16.0.0",
"graphql-typed": "^2.0.0"
"graphql-typed": "^2.0.1"
},

@@ -80,7 +83,20 @@ "devDependencies": {

"exports": {
"./jest": "./jest.js",
"./jest-simple": "./jest-simple.js",
"./webpack-loader": "./webpack-loader.js",
"./webpack": "./webpack-loader.js",
"./jest": {
"types": "./build/ts/jest.d.ts",
"default": "./jest.js"
},
"./jest-simple": {
"types": "./build/ts/jest-simple.d.ts",
"default": "./build/ts/jest-simple.d.ts"
},
"./webpack-loader": {
"types": "./build/ts/webpack-loader.d.ts",
"default": "./webpack-loader.js"
},
"./webpack": {
"types": "./build/ts/webpack-loader.d.ts",
"default": "./webpack-loader.js"
},
".": {
"types": "./build/ts/index.d.ts",
"esnext": "./index.esnext",

@@ -98,4 +114,3 @@ "import": "./index.mjs",

"jest"
],
"gitHead": "0358b7f3ca88d7c5c0d3a41189a0460b4903b95d"
]
}
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