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

graphql-codegen-typescript-operations

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-codegen-typescript-operations - npm Package Compare versions

Comparing version 0.19.0-alpha.6f432573 to 0.19.0-alpha.72ec7038

34

package.json
{
"name": "graphql-codegen-typescript-operations",
"version": "0.19.0-alpha.6f432573",
"version": "0.19.0-alpha.72ec7038",
"description": "GraphQL Code Generator plugin for generating TypeScript types for GraphQL queries, mutations, subscriptions and fragments",

@@ -9,8 +9,8 @@ "repository": "git@github.com:dotansimha/graphql-code-generator.git",

"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs",
"test": "jest"
"test": "jest --config ../../../jest.config.js"
},
"dependencies": {
"graphql-codegen-plugin-helpers": "0.19.0-alpha.6f432573",
"graphql-codegen-typescript": "0.19.0-alpha.6f432573",
"graphql-codegen-visitor-plugin-common": "0.19.0-alpha.6f432573",
"graphql-codegen-plugin-helpers": "0.19.0-alpha.72ec7038",
"graphql-codegen-typescript": "0.19.0-alpha.72ec7038",
"graphql-codegen-visitor-plugin-common": "0.19.0-alpha.72ec7038",
"tslib": "1.9.3"

@@ -20,7 +20,8 @@ },

"graphql": "14.1.1",
"graphql-codegen-testing": "0.19.0-alpha.6f432573",
"jest": "24.1.0",
"graphql-codegen-testing": "0.19.0-alpha.72ec7038",
"jest": "24.5.0",
"ts-jest": "24.0.0",
"typescript": "3.3.3333"
},
"sideEffects": false,
"main": "dist/commonjs/index.js",

@@ -31,22 +32,3 @@ "module": "dist/esnext/index.js",

"definition": "dist/esnext/index.d.ts"
},
"jest": {
"globals": {
"ts-jest": {
"enableTsDiagnostics": false
}
},
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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