Socket
Socket
Sign inDemoInstall

@graphql-codegen/typed-document-node

Package Overview
Dependencies
Maintainers
5
Versions
2056
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-codegen/typed-document-node - npm Package Compare versions

Comparing version 1.17.0 to 1.17.1-alpha-0e2b6634.0

index.cjs.js

31

package.json
{
"name": "@graphql-codegen/typed-document-node",
"version": "1.17.0",
"version": "1.17.1-alpha-0e2b6634.0",
"description": "GraphQL Code Generator plugin for generating ready-to-use TypedDocumentNode based on GraphQL operations",
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-code-generator.git",
"directory": "packages/plugins/typescript/apollo-angular"
},
"license": "MIT",
"scripts": {
"lint": "eslint **/*.ts",
"test": "jest --no-watchman --config ../../../../jest.config.js"
},
"peerDependencies": {

@@ -20,14 +10,17 @@ "graphql": "^0.8.0 || ^0.9.0 || ^0.10.0 || ^0.11.0 || ^0.12.0 || ^0.13.0 || ^14.0.0 || ^15.0.0"

"change-case": "4.1.1",
"@graphql-codegen/plugin-helpers": "1.17.0",
"@graphql-codegen/plugin-helpers": "1.17.1-alpha-0e2b6634.0",
"tslib": "~2.0.0"
},
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/dotansimha/graphql-code-generator.git",
"directory": "packages/plugins/typescript/apollo-angular"
},
"license": "MIT",
"main": "index.cjs.js",
"module": "index.esm.js",
"typings": "index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
"definition": "index.d.ts"
},
"buildOptions": {
"input": "./src/index.ts"
},
"publishConfig": {

@@ -34,0 +27,0 @@ "access": "public"

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