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.8cc09fa8 to 0.19.0-alpha.8dbcd4c2

dist/commonjs/debugging.d.ts

14

package.json
{
"name": "graphql-codegen-plugin-helpers",
"version": "0.19.0-alpha.8cc09fa8",
"version": "0.19.0-alpha.8dbcd4c2",
"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,9 @@ "ts-log": "2.1.4",

},
"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"
"definition": "dist/esnext/index.d.ts"
}
}

@@ -8,3 +8,2 @@ {

"lib": ["es6", "esnext", "es2015"],
"suppressImplicitAnyIndexErrors": true,
"moduleResolution": "node",

@@ -15,2 +14,3 @@ "emitDecoratorMetadata": true,

"outDir": "./dist/",
"rootDir": "./src",
"noImplicitAny": true,

@@ -17,0 +17,0 @@ "noImplicitThis": 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