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

graphql-codegen-plugin-helpers

Package Overview
Dependencies
Maintainers
1
Versions
1198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphql-codegen-plugin-helpers - npm Package Compare versions

Comparing version 0.19.0-alpha.6f299999 to 0.19.0-alpha.6f432573

dist/commonjs/debugging.d.ts

13

package.json
{
"name": "graphql-codegen-plugin-helpers",
"version": "0.19.0-alpha.6f299999",
"version": "0.19.0-alpha.6f432573",
"description": "graphql-codegen-cli template for TypeScript typings for both client side and server side",

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

"scripts": {
"build": "tsc"
"build": "tsc -m esnext --outDir dist/esnext && tsc -m commonjs --outDir dist/commonjs"
},

@@ -17,3 +17,2 @@ "peerDependencies": {

"common-tags": "1.8.0",
"esm": "3.2.11",
"import-from": "2.1.0",

@@ -26,8 +25,8 @@ "ts-log": "2.1.4",

},
"main": "cjs/index.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"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"
}
}
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