Socket
Socket
Sign inDemoInstall

graphql-import

Package Overview
Dependencies
Maintainers
7
Versions
431
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-import - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-04057a3.0

index.cjs.js

61

package.json
{
"name": "graphql-import",
"version": "1.0.2",
"license": "MIT",
"repository": "git@github.com:ardatan/graphql-import.git",
"sideEffects": false,
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
},
"buildOptions": {
"input": "./src/index.ts"
},
"scripts": {
"clean": "rimraf dist",
"prebuild": "yarn clean",
"build": "bob",
"test": "jest --no-watchman --passWithNoTests",
"lint": "tslint src/**/*.ts",
"ci:release:canary": "node bump.js && bob-update-version && npm publish dist --tag alpha",
"docs":
"typedoc --out docs src/index.ts --hideGenerator --exclude **/*.test.ts",
"docs:publish":
"cp ./now.json ./docs && cd docs && now --public -f && now alias && now rm --yes --safe graphql-import & cd .."
},
"version": "1.0.3-04057a3.0",
"peerDependencies": {
"graphql": "^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"
},
"devDependencies": {
"bob-the-bundler": "0.3.4",
"@types/jest": "25.2.1",
"jest": "25.2.7",
"ts-jest": "25.3.1",
"@types/node": "13.11.0",
"graphql": "15.0.0",
"tslint": "6.1.1",
"tslint-config-standard": "9.0.0",
"typedoc": "0.17.4",
"typescript": "3.8.3"
"repository": "git@github.com:ardatan/graphql-import.git",
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"typings": "index.d.ts",
"typescript": {
"definition": "index.d.ts"
},
"dependencies": {
"@graphql-toolkit/core": "0.10.3",
"@graphql-toolkit/code-file-loader": "0.10.3",
"@graphql-toolkit/url-loader": "0.10.3",
"@graphql-toolkit/json-file-loader": "0.10.3",
"@graphql-toolkit/graphql-file-loader": "0.10.3",
"@graphql-toolkit/schema-merging": "0.10.3"
}
}
"@graphql-toolkit/core": "0.10.5",
"@graphql-toolkit/code-file-loader": "0.10.5",
"@graphql-toolkit/url-loader": "0.10.5",
"@graphql-toolkit/json-file-loader": "0.10.5",
"@graphql-toolkit/graphql-file-loader": "0.10.5",
"@graphql-toolkit/schema-merging": "0.10.5"
},
"sideEffects": false
}
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