@freshsqueezed/mammothgql
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,9 @@ | ||
## [1.0.2](https://github.com/freshsqueezed/mammothgql/compare/v1.0.1...v1.0.2) (2024-11-26) | ||
### Bug Fixes | ||
* export type defs for package ([83ab38a](https://github.com/freshsqueezed/mammothgql/commit/83ab38a79fa7d3afa52ea40051d2fbd6f53ad672)) | ||
* update typo ([eee3bec](https://github.com/freshsqueezed/mammothgql/commit/eee3bec8c2b5c1d2ead0b4bfc50ba375a3e8bafb)) | ||
## [1.0.1](https://github.com/freshsqueezed/mammothgql/compare/v1.0.0...v1.0.1) (2024-11-26) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@freshsqueezed/mammothgql", | ||
"description": "GraphQL middleware for express framework", | ||
"main": "./lib/index.js", | ||
"version": "1.0.1", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"version": "1.0.2", | ||
"author": "Matt Gordon <matt@lemonade.tech>", | ||
@@ -7,0 +8,0 @@ "license": "MIT", |
@@ -8,3 +8,6 @@ { | ||
"declarationMap": true, | ||
"rootDir": "src" | ||
"rootDir": "src", | ||
"strict": true, // Enforces stricter type checking (optional, but recommended) | ||
"esModuleInterop": true, // Ensures compatibility with CommonJS modules (if needed) | ||
"skipLibCheck": true // Skips type checking of all declaration files (optional, for faster builds) | ||
}, | ||
@@ -11,0 +14,0 @@ "exclude": ["__tests__"], |
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
39783
49
860
2