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 0.0.0-snapshot-20220819171812 to 0.0.0-snapshot-20220829233403

28

package.json
{
"name": "graphql-mini-transforms",
"version": "0.0.0-snapshot-20220819171812",
"version": "0.0.0-snapshot-20220829233403",
"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": "^0.0.0-snapshot-20220819171812"
"graphql-typed": "^0.0.0-snapshot-20220829233403"
},

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

@@ -87,0 +103,0 @@ "import": "./index.mjs",

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