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

graphql-codegen-visitor-plugin-common

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-visitor-plugin-common - npm Package Compare versions

Comparing version 0.19.0-alpha.16bda3d1 to 0.19.0-alpha.1871b6a4

dist/commonjs/base-documents-visitor.d.ts

40

package.json
{
"name": "graphql-codegen-visitor-plugin-common",
"version": "0.19.0-alpha.16bda3d1",
"version": "0.19.0-alpha.1871b6a4",
"license": "MIT",
"scripts": {
"build": "tsc"
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs"
},

@@ -11,4 +11,3 @@ "dependencies": {

"dependency-graph": "0.8.0",
"esm": "3.2.11",
"graphql-codegen-plugin-helpers": "0.19.0-alpha.16bda3d1",
"graphql-codegen-plugin-helpers": "0.19.0-alpha.1871b6a4",
"graphql-tag": "2.10.1",

@@ -23,33 +22,12 @@ "tslib": "1.9.3"

"graphql": "14.1.1",
"graphql-codegen-testing": "0.19.0-alpha.16bda3d1",
"graphql-codegen-testing": "0.19.0-alpha.1871b6a4",
"typescript": "3.3.3333"
},
"main": "cjs/index.js",
"module": "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"
},
"jest": {
"globals": {
"ts-jest": {
"enableTsDiagnostics": false,
"tsConfig": {
"esModuleInterop": true
}
}
},
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
"definition": "dist/esnext/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