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-748ad75.1 to 0.7.3-alpha-9c35d56.7

file-scanner.d.ts

43

package.json
{
"name": "@graphql-toolkit/file-loading",
"version": "0.7.3-alpha-748ad75.1+748ad75",
"version": "0.7.3-alpha-9c35d56.7+9c35d56",
"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": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs",
"test": "jest --config ../../jest.config.js"
},
"sideEffects": false,
"main": "dist/commonjs/index.js",
"module": "dist/esnext/index.js",
"typings": "dist/esnext/index.d.ts",
"typescript": {
"definition": "dist/esnext/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"
},
"devDependencies": {
"@types/glob": "7.1.1",
"@types/jest": "24.0.23",
"@types/node": "12.12.9",
"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-748ad75.1+748ad75",
"@kamilkisiela/graphql-tools": "4.0.6",
"glob": "7.1.6"
},
"publishConfig": {
"access": "public"
},
"gitHead": "748ad7569980344ef666374474a70c207a2c9991"
}
"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