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.3.0-beta-2 to 1.3.0-beta-3

2

index.js

@@ -1,1 +0,1 @@

module.exports = require("./build/node/index.js");
module.exports = require("./build/cjs/index.js");
{
"name": "graphql-mini-transforms",
"version": "1.3.0-beta-2",
"version": "1.3.0-beta-3",
"license": "MIT",

@@ -32,3 +32,3 @@ "description": "Transformers for importing .graphql files in various build tools.",

"graphql": ">=14.5.0 <15.0.0",
"graphql-typed": "^0.6.1-beta-2",
"graphql-typed": "^0.6.1-beta-3",
"loader-utils": "^2.0.0",

@@ -44,7 +44,19 @@ "tslib": "^1.14.1"

"build/*",
"!tsconfig.tsbuildinfo",
"index.js",
"index.mjs",
"index.esnext",
"index.d.ts",
"index.esnext",
"index.mjs",
"!tsconfig.tsbuildinfo"
"jest.js",
"jest.mjs",
"jest.esnext",
"jest.d.ts",
"jest-simple.js",
"jest-simple.mjs",
"jest-simple.esnext",
"jest-simple.d.ts",
"webpack-loader.js",
"webpack-loader.mjs",
"webpack-loader.esnext",
"webpack-loader.d.ts"
],

@@ -60,2 +72,7 @@ "module": "index.mjs",

},
"./jest": {
"import": "./jest.mjs",
"require": "./jest.js",
"esnext": "./jest.esnext"
},
"./jest-simple": {

@@ -66,7 +83,2 @@ "import": "./jest-simple.mjs",

},
"./jest": {
"import": "./jest.mjs",
"require": "./jest.js",
"esnext": "./jest.esnext"
},
"./webpack": {

@@ -73,0 +85,0 @@ "import": "./webpack-loader.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