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

@freshsqueezed/mammothgql

Package Overview
Dependencies
Maintainers
0
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@freshsqueezed/mammothgql - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/errors.d.ts

8

CHANGELOG.md

@@ -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 @@

5

package.json
{
"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__"],

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