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

graphql-codegen-typescript

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-codegen-typescript - npm Package Compare versions

Comparing version 0.19.0-alpha.f9e4218d to 0.19.0-alpha.fb3f63d6

dist/commonjs/index.d.ts

21

package.json
{
"name": "graphql-codegen-typescript",
"version": "0.19.0-alpha.f9e4218d",
"version": "0.19.0-alpha.fb3f63d6",
"description": "GraphQL Code Generator plugin for generating TypeScript types",

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

"scripts": {
"prepublishOnly": "yarn build",
"build": "tsc",
"pretest": "yarn build",
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs",
"test": "jest"
},
"dependencies": {
"graphql-codegen-core": "0.19.0-alpha.f9e4218d",
"graphql-codegen-plugin-helpers": "0.19.0-alpha.f9e4218d",
"graphql-codegen-visitor-plugin-common": "0.19.0-alpha.f9e4218d"
"graphql-codegen-plugin-helpers": "0.19.0-alpha.fb3f63d6",
"graphql-codegen-visitor-plugin-common": "0.19.0-alpha.fb3f63d6",
"tslib": "1.9.3"
},
"devDependencies": {
"graphql": "14.1.1",
"graphql-codegen-testing": "0.19.0-alpha.fb3f63d6",
"jest": "24.1.0",

@@ -25,6 +24,8 @@ "ts-jest": "24.0.0",

},
"main": "./dist/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"main": "dist/commonjs/index.js",
"module": "dist/esnext/index.js",
"typings": "dist/esnext/index.d.ts",
"typescript": {
"definition": "dist/index.d.ts"
"definition": "dist/esnext/index.d.ts"
},

@@ -31,0 +32,0 @@ "jest": {

{
"compilerOptions": {
"importHelpers": true,
"experimentalDecorators": true,
"module": "commonjs",
"target": "es5",
"module": "esnext",
"target": "es2018",
"lib": ["es6", "esnext", "es2015"],

@@ -7,0 +8,0 @@ "suppressImplicitAnyIndexErrors": true,

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