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

@graphql-mesh/graphql

Package Overview
Dependencies
Maintainers
2
Versions
3568
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@graphql-mesh/graphql - npm Package Compare versions

Comparing version 0.0.14-alpha-e89fa36.2 to 0.0.14-alpha-eab7318.4

6

package.json
{
"name": "@graphql-mesh/graphql",
"version": "0.0.14-alpha-e89fa36.2+e89fa36",
"version": "0.0.14-alpha-eab7318.4+eab7318",
"main": "dist/index.js",

@@ -22,3 +22,3 @@ "license": "MIT",

"dependencies": {
"@graphql-mesh/types": "0.0.14-alpha-e89fa36.2+e89fa36",
"@graphql-mesh/types": "0.0.14-alpha-eab7318.4+eab7318",
"apollo-link-http": "1.5.16",

@@ -31,3 +31,3 @@ "cross-fetch": "3.0.4",

},
"gitHead": "e89fa3691b836b31ffbed9dc6b5cbdfd043bd44b"
"gitHead": "eab73189715819978c8b83c7498458d22915ca3e"
}
{
"extends": "../../../tsconfig.json",
"compilerOptions": {
"skipLibCheck": true,
"incremental": true, /* Enable incremental compilation */
"target": "es2019", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017', 'ES2018', 'ES2019' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"lib": ["ES2015"], /* Specify library files to be included in the compilation. */
"declaration": true, /* Generates corresponding '.d.ts' file. */
"sourceMap": true, /* Generates corresponding '.map' file. */
"outDir": "./dist/", /* Redirect output structure to the directory. */
"strict": true, /* Enable all strict type-checking options. */
"moduleResolution": "node", /* Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6). */
"esModuleInterop": true, /* Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'. */
"experimentalDecorators": true, /* Enables experimental support for ES7 decorators. */
"emitDecoratorMetadata": true, /* Enables experimental support for emitting type metadata for decorators. */
"forceConsistentCasingInFileNames": true /* Disallow inconsistently-cased references to the same file. */
"outDir": "./dist",
"baseUrl": "./"
},
"files": [
"src/index.ts"
]
"files": ["src/index.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