graphql-codegen-plugin-helpers
Advanced tools
Comparing version 0.19.0-alpha.8cc09fa8 to 0.19.0-alpha.8dbcd4c2
{ | ||
"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, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
35915
6
44
884
9
- Removedesm@3.2.11
- Removedesm@3.2.11(transitive)