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

@gquittet/graceful-server

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gquittet/graceful-server - npm Package Compare versions

Comparing version 5.2.4 to 5.2.5

7

package.json
{
"name": "@gquittet/graceful-server",
"version": "5.2.4",
"version": "5.2.5",
"description": "Tiny (~5k), dependency-free Node.JS library to make your API more graceful",

@@ -129,2 +129,3 @@ "license": "MIT",

"prettier": "^3.3.3",
"publint": "^0.2.10",
"tsup": "^8.2.4",

@@ -151,5 +152,5 @@ "typescript": "^5.5.4",

"coverage": "vitest run --coverage",
"preversion": "pnpm lint && pnpm coverage && pnpm build",
"prepublish": "pnpm lint && pnpm coverage && pnpm build"
"preversion": "pnpm lint && pnpm coverage && pnpm build && publint --strict",
"prepublish": "pnpm lint && pnpm coverage && pnpm build && publint --strict"
}
}
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