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

@graphql-toolkit/file-loading

Package Overview
Dependencies
Maintainers
3
Versions
713
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-toolkit/file-loading - npm Package Compare versions

Comparing version 0.7.3-alpha-d226cb9.5 to 0.7.3-alpha-dd631cc.9

file-scanner.d.ts

46

package.json
{
"name": "@graphql-toolkit/file-loading",
"version": "0.7.3-alpha-d226cb9.5+d226cb9",
"version": "0.7.3-alpha-dd631cc.9+dd631cc",
"description": "A set of utils for faster development of GraphQL tools",
"peerDependencies": {
"graphql": "^14.5.8"
},
"repository": "git@github.com:dotansimha/graphql-toolkit.git",
"author": "Dotan Simha <dotansimha@gmail.com>",
"license": "MIT",
"scripts": {
"clean": "rimraf dist",
"build": "bob",
"test": "jest --no-watchman --config ../../jest.config.js"
},
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
},
"peerDependencies": {
"graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0"
},
"buildOptions": {
"input": "./src/index.ts"
},
"devDependencies": {
"@ardatan/bob": "0.1.4",
"@types/jest": "24.0.23",
"@types/node": "12.12.11",
"graphql": "14.5.8",
"jest": "24.9.0",
"ts-jest": "24.1.0",
"typescript": "3.7.2"
},
"dependencies": {
"@graphql-toolkit/common": "0.7.3-alpha-d226cb9.5+d226cb9",
"@kamilkisiela/graphql-tools": "4.0.6",
"globby": "10.0.1"
},
"publishConfig": {
"access": "public"
},
"gitHead": "d226cb9da6ad7e0a8aac751ea4e10d4f558a4063"
}
"main": "index.cjs.js",
"module": "index.esm.js",
"typings": "index.d.ts"
}
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