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

@graphql-tools/webpack-loader-runtime

Package Overview
Dependencies
Maintainers
3
Versions
262
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-tools/webpack-loader-runtime - npm Package Compare versions

Comparing version 6.2.4 to 6.3.0-alpha-219c84f8.0

es5/index.js

24

es5/package.json
{
"name": "@graphql-tools/webpack-loader-runtime/es5",
"version": "6.2.4",
"version": "6.3.0-alpha-219c84f8.0",
"description": "A set of utils for GraphQL Webpack Loader",
"sideEffects": false,
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0"
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"repository": "git@github.com:ardatan/graphql-tools.git",
"repository": {
"type": "git",
"url": "ardatan/graphql-tools",
"directory": "packages/webpack-loader-runtime"
},
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
}
}
}
{
"name": "@graphql-tools/webpack-loader-runtime",
"version": "6.2.4",
"version": "6.3.0-alpha-219c84f8.0",
"description": "A set of utils for GraphQL Webpack Loader",
"sideEffects": false,
"peerDependencies": {
"graphql": "^14.0.0 || ^15.0.0"
"graphql": "^14.0.0 || ^15.0.0 || ^16.0.0"
},
"repository": "git@github.com:ardatan/graphql-tools.git",
"repository": {
"type": "git",
"url": "ardatan/graphql-tools",
"directory": "packages/webpack-loader-runtime"
},
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
},
"./*": {
"require": "./*.js",
"import": "./*.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